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

For the given circuit determine voltage, Q. For the circuit shown in Figure...

Q. For the circuit shown in Figure, determine v out (t).

Which interrupt has the highest priority, TRAP has the maximum priority ...

TRAP has the maximum priority There are 2 types of interrupts external and internal. NMI has highest priority between all external interrupts,TRAP has highest priority between

8 bit data to register - move immediate instruction , 8 bit  data to Regi...

8 bit  data to Register   This form  of the  instruction is used to copy 8 bit  data directly  to the register  location specified in  the instruction. The  instruction format i

Nicol prism, how double diffraction occur at the surface

how double diffraction occur at the surface

de1 board, You will design a significant project on the DE1 board. In some...

You will design a significant project on the DE1 board. In some cases you may want to use the breadboard as well - note that all of the pins at the bottom of the breadboard are lab

Number of holes in valence band, Number of holes in valence band: Der...

Number of holes in valence band: Derive the expression for number of holes in valence band and Fermi level in an intrinsic semiconductor. (b) By that percentage does the

Summation meters, Summation Meters Summation meters are other special ...

Summation Meters Summation meters are other special categories of meters that are used for recording the total consumption of a consumer fed at more than one point. The major

Show the overflow of arithmetic operations, Q. Show the Overflow of arithme...

Q. Show the Overflow of arithmetic operations? A circumstance takes place because the magnitude of the results of arithmetic operations has become too large for the fixed word

Give classification of plastics, Give classification of plastics and al...

Give classification of plastics and also the differences between them. Plastics are materials (containing carbon as common element) that have organic substances of high mol

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