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

Compute the generator efficiency at full load, Q. A 100-kW, 230-V, dc shunt...

Q. A 100-kW, 230-V, dc shunt generator, with R a = 0.05 , and R f = 57.5  has no-load rotational loss (friction, windage, and core loss) of 1.8 kW. Compute: (a) The generato

Determine the sampling rate, Q. If an analog message that has a spectral ex...

Q. If an analog message that has a spectral extent of 15 kHz is sampled at three times the Nyquist rate, determine the sampling rate.

Determine the speed of prime mover of the generator, A synchronous generato...

A synchronous generator has a rotor with six poles and operates at 60 Hz. (a) Determine the speed of prime mover of the generator. (b) Repeat part (a) if the generator has 12

Redraw the wheat stone bridge circuit, Redraw the Wheat stone bridge circui...

Redraw the Wheat stone bridge circuit of Figure and show that Equation holds good for the null condition when the meter A reads zero current.

Magnetic circuits, develop and explain series and parallel magnetic circuit...

develop and explain series and parallel magnetic circuits?

Amper circuital lw, the plot of amper circuital law by using matlap?

the plot of amper circuital law by using matlap?

Square wave generator ( 10 MHz to 20MHz), I need a simple design of above ...

I need a simple design of above mentioned , this oscillator will be used in a wireless power transmission

The time for the capacitor voltage to fall to 20 v, A capacitor is charged ...

A capacitor is charged to 100 V and then discharged by a 50 kΩ resistor. If the time constant of the circuit is 0.8 s, verify: (a)  The value of the capacitor, (b)  The time

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