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

Determine the ratio of starting torque to full-load torque, A three-phase, ...

A three-phase, 400-V, wye-connected induction motor takes the full-load current at 45 V with the rotor blocked. The full-load slip is 4%. Calculate the tappings k on a three-phase

Substations, How to calculate Electrical losses by transformation

How to calculate Electrical losses by transformation

#titl4 bit binary addere.., Ask question #Madvantages of 4 bit binary adder...

Ask question #Madvantages of 4 bit binary adder inimum 100 words accepted#

Linear components, A linear circuit component is one that has a linear I V ...

A linear circuit component is one that has a linear I V characteristic

Discuss all the five software interrupt instructions, Discuss all the five ...

Discuss all the five software interrupt instructions. The INTEL family microprocessor consist of software interrupts INT, INT0, INT3 and BOUND and IRET. Out of all these five

What do you understand by common control, Q. What do you understand by comm...

Q. What do you understand by common control? In some switching systems, control subsystem may be an integral part of switching network itself. Such system iscalled direct contr

With the help of the structures explain lcd, Q. With the help of the struct...

Q. With the help of the structures explain LCD. A liquid crystal display (LCD) is a thin, flat display device made up of any number of color or monochrome pixels arrayed in fro

Disadvantages of software defined radio, Disadvantages of SDR 1. Power ...

Disadvantages of SDR 1. Power consumption is more due to rapid switching of modes 2. Hardware design is not easy 3. Software bugs exist in the system

What is positive clipper, Q. What is positive clipper? Give 2 types of its ...

Q. What is positive clipper? Give 2 types of its applications ? In the series positive clipper, when the input voltage is positive, the diode does not conduct and acts an open

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