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

Auto transformer, winding turns of 415v step down transformer on 50%, 60% &...

winding turns of 415v step down transformer on 50%, 60% & 80% tapping

Explain what is doping, What is meant by doping? Doping: Semiconduct...

What is meant by doping? Doping: Semiconductors in its extremely pure form are termed as intrinsic semiconductor such intrinsic semiconductor to which several suitable impur

Pn-junction under bias, Q. pn-Junction under Bias? Let an external sour...

Q. pn-Junction under Bias? Let an external source be connected between the p- and n-regions, as shown in Figure (a). (b) shows the circuit representation of the pn-junction or

Show basic construction of mosfet, Q. Show Basic Construction of MOSFET? ...

Q. Show Basic Construction of MOSFET? The basic construction of the n-channel depletion-type MOSFET is provided in Figure. A slab of p-type material is formed from a silicon

Bjt, how do I find the ic and ve

how do I find the ic and ve

Electromagnetic fields and waves, QUESTION: Electromagnetic Fields and Wave...

QUESTION: Electromagnetic Fields and Waves (a) Illustrate with help of diagrams the Cartesian, Cylindrical and Spherical coordinate systems. (b) Lay down the assumptions fo

Determine the ratio of full-load current, The rotor of a wound-rotor induct...

The rotor of a wound-rotor induction motor is rewound with twice the number of its original turns,with a cross-sectional area of the conductor in each turn of one-half the original

What is the pipelining, A method used in advanced microprocessors where the...

A method used in advanced microprocessors where the microprocessor begins implementing a second instruction before the first has been done. That is, various instructions are in the

Transformer, A6KVA,100V/500V single-phase transformer has a secondary termi...

A6KVA,100V/500V single-phase transformer has a secondary terminal voltage of 487.5 volts when loaded. determine the regulation of the transformer

Speed control of dc motor using pid, The objective of the project is to pro...

The objective of the project is to protect damage of the DC motors. If the motor is not working it will be shown with red light, if working normally then green and if working at a

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