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

Input bias current of operational amplifier, Q. Input bias current of opera...

Q. Input bias current of operational amplifier? When operated at extremely low quiescent current values, the base bias currents will be low; but they do have to be taken into c

Avalanche breakdown, Avalanche Breakdown: This type of breakdown takes...

Avalanche Breakdown: This type of breakdown takes place when both sides of junction are lightly doped and consequently the depletion layer is large. In this case, the electric

Comperators, How to build a 6 bit comparator?

How to build a 6 bit comparator?

Jfet applications, how is it possible to operate Q3 with no dc drain? where...

how is it possible to operate Q3 with no dc drain? where is the dc operating point?

Find the resistance of 1 km of copper cable, Find the resistance of 1 km o...

Find the resistance of 1 km of copper cable having a diameter of 10 mm if the resistivity of copper is 0.017 x 10 -6 Ωm.

Define flash analog to digital converters, Define Flash Analog to Digital C...

Define Flash Analog to Digital Converters? Parallel flash ADCs transform the analog input voltage faster as compared to other types of ADCs.  They compare the voltage in parall

Transistor, can you differentiate the alpha,beta and gamma

can you differentiate the alpha,beta and gamma

Find vout in the circuit, (a) Find v out in the circuit shown in Figure. ...

(a) Find v out in the circuit shown in Figure. (b) With V i = 2V, R 1 = R 2 = 2.5k, R 3 = 5k, and A = 100, find v out .

Solutions of question bank needed urgent, Need answers of a question bank o...

Need answers of a question bank of power electronics . It is an assignment. Urgent

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