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

Biasing the bjt, Q. Biasing the BJT? A simple method of biasing the BJT...

Q. Biasing the BJT? A simple method of biasing the BJT is shown in Figure. While no general biasing procedure that will work in all cases can be outlined, a reasonable approach

Binary coded decimal to decimal conversions, Binary Coded Decimal to Decima...

Binary Coded Decimal to Decimal Conversions • Step1. Break up the Binary Coded Decimal number into 4 bit binary number, starting from the least significant binary bit. • Step2

Determine harmonic factor hf of the input current, Q. Consider a full-wave ...

Q. Consider a full-wave single-phase bridge recti?er circuit with dc motor load, as shown in Figure (a). Let the transformer turns ratio be unity. Let the load be such that the

What are the signals used in input control signal, What are the signals use...

What are the signals used in input control signal & output control signal? Input control signal STB (Strobe input) IBF (Input buffer full) INTR(Interrupt request) Ou

Determine the voltages vx using voltage division, Q. Determine the voltages...

Q. Determine the voltages Vx using voltage division and equivalent resistor reductions for the circuits shown in Figure.

Energy, Explain different stage in energy audit?

Explain different stage in energy audit?

Find the parameter values for channel mosfet, Q. Find the parameter values ...

Q. Find the parameter values V T and I DSS for a p- channel MOSFET with i D = 0 when v GS ≤-3 V, and i D = 5 mA when v GS = v DS =-8V.You may neglect the effect of v DS on

Classify the conducting materials, Classify the conducting materials. ...

Classify the conducting materials. Conducting materials are classified by low resistivity materials and high resistivity materials. Low resistivity materials: The conduct

Draw a schematic diagram of transformer connections, Q. Three single-phase,...

Q. Three single-phase, 10-kVA, 2400/120-V, 60- Hz transformers are connected to form a three- phase, 4160/208-V transformer bank. Each of the single-phase transformers has an equiv

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