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 which type of measurement thermocouples are used, Thermocouples are use...

Thermocouples are used for the measurement of (A)  Humidity.                                   (B) Pressure. (C) Temperature.                               (D) Density.

Find the magnetic-field force exerted on the moving bar, Consider the arran...

Consider the arrangement shown in Figure. A conductor bar of length l is free to move along a pair of conducting rails. The bar is driven by an external force at a constant velocit

Show example on residential wiring, Q. A person, while driving a car in a c...

Q. A person, while driving a car in a cyclone and waiting at an intersection, hears a thumping sound when a power line falls across the car and makes contact with the chassis. The

Extrinsic material, Extrinsic Material In addition to thermally ge...

Extrinsic Material In addition to thermally generated carriers, it is possible to create carriers in the semiconductor by purposely introducing impurities into the crystal

Decimal to binary conversion, Decimal  to binary Conversion To conver...

Decimal  to binary Conversion To convert a decimal  number to binary  any one  of the followings  two methods  can be used. Methods1 : This  is very common  methods of co

Lift interface circuitry, Draw the circuit diagram for  the  connections to...

Draw the circuit diagram for  the  connections to the EPROM and  just one RAM device  as defined  in  the memory map in question  3. You must show all the connections required to o

Dc generator, short note on armature reaction

short note on armature reaction

Basic operation of p-channel enhancement mosfet, Q. Basic Operation of  P-...

Q. Basic Operation of  P-channel enhancement MOSFET? In the fabrication of a p-channel depletion field-effect transistor, the gate is insulated from the channel. Therefore, the

What is the clock frequency of 8086, What is the clock frequency of 8086? ...

What is the clock frequency of 8086? Internal clock Frequency 5 MHz 8MHz  External Clock Frequency 15MHZ 24MHZ

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