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

Voltages source inverter - vsi, Voltages source inverter ( VSI) A volta...

Voltages source inverter ( VSI) A voltage  source  inverter is a constant voltage  source  which  is having  negligible  impedance. In these inverters the amplitude of output

Inr increment instruction, INR (Increment )  Instruction This  instruct...

INR (Increment )  Instruction This  instruction is used to  increment  the contents  of any  register or memory  location by one. There  are two  format.

What is a positive clipper and explain its working, Q. What is a positive c...

Q. What is a positive clipper? Explain its action with the help of a circuit. A positive clipper is the circuit which is used to cut off the positive half cycle. The circuit wi

Control system, what is the difference between the continuous time system ...

what is the difference between the continuous time system and discrete time system and their advnatages?

Management process of balanced score card, Management Process of Balanced S...

Management Process of Balanced Score Card The BSC (Balanced Score Card) proposes four a new management processes which separately and in combination, contributes to linking lo

Torque-Speed Characteristics of 3-Phase Induction Motors, Torque-Speed Char...

Torque-Speed Characteristics of 3-Phase Induction Motors

Differentiate between limiting and known errors, Q.   With suitable example...

Q.   With suitable examples differentiate between limiting and known errors. Sol. Limiting Errors (Guarantee Errors): The accuracy and precision of an instrument depends upon

What do you mean by antenna gain, Q. What do you mean by Antenna gain? ...

Q. What do you mean by Antenna gain? Antenna gain depends on both shape and size. Dipole antennas, commonly used at lower radio frequencies, are made up of a rod or wire of len

Concept of flux density, We can illustrate the direction and strength of a ...

We can illustrate the direction and strength of a magnetic field by means of drawing 'flux lines'. These have arrows to show the direction of the magnetic field at any point and th

Working principle of a q meter, Q. Explain the working principle of a Q met...

Q. Explain the working principle of a Q meter. Also explain the factors that cause errors during a Q factor measurement. Ans.   Working Principle of Q Meter: the q meter is

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