Computes similarity between two histograms, Electrical Engineering

Assignment Help:

Write an m-file "distan.m"  which does all the following operations:

(i) computes 10 dimensional histogram of an input image
            h1=sum(hist(imn,10)');

(ii) computes negative image and  its histogram

(iii) normalizes  vectors h1, h2 such that the integral of each is 1
Why does it have to be normalized?

(iv) displays both histograms

(v) computes similarity between two histograms using
            euclidean distance,
            histogram intersection,
            correlation,
            chi-square

function distan(im)
imn=imnorm(im)/255.0;
h1=?
h1n=?

imnn=?
h2=?
h2n=?

%euclidean
he=sqrt(sum((h1-h2).^2))

%correlations
hc=?

%intersection, use min function
hh=?

%chi-square, use sum function
hch=?

How do the distances differ?


Related Discussions:- Computes similarity between two histograms

Explain p - n junction, Explain P - N junction. P - N junction: If a ...

Explain P - N junction. P - N junction: If a p- type semiconductor is properly joined to an n-type semiconductor the contact surface that formed is termed as p-n junction. Th

Explain common emitter configuration, Q. Explain Common emitter configurati...

Q. Explain Common emitter configuration? Common emitter configuration: In this circuit the emitter is common to both input and the output.Such a configuration is also known as

Signals and systems, Assignment 2: FIR Filters in Audio Processing This as...

Assignment 2: FIR Filters in Audio Processing This assignment will focus on the filtering of audio signals using FIR filters. Audio signal processing uses many types of digital f

Cathode-ray tube, Q. Explain Cathode-ray tube? While the CRT display is...

Q. Explain Cathode-ray tube? While the CRT display is one of the oldest, it still remains one of the most popular display technologies. The raster-scanned display devices work

Explain about stored program control, Q. Explain about Stored Program Contr...

Q. Explain about Stored Program Control? Stored Program Control:   In centralized control, all control equipment is replaced by a single processor which should be quite powerf

Convolution, determine & sketch convolution y(n) of signal X(n)=an , -3 ...

determine & sketch convolution y(n) of signal X(n)=an , -3 0 , elsewhere H(n)=1 , 0 0 , elsewhere

Transmission and distribution losses - electrical energy, Transmission And ...

Transmission And Distribution Losses - Electrical Energy Previously, you have learnt that there are inherent losses in transmission and distribution of electrical energy from

Show advantage of digital control system over analog system, Q. Show Advant...

Q. Show Advantage of digital control system over analog system? Sampled data and digital control offer several advantages over analog systems: • More compact and lightweight

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd