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

Diode characteristic, Q. For the circuit shown in Figure(a), determine the ...

Q. For the circuit shown in Figure(a), determine the diode current and voltage and the power delivered by the voltage source. The diode characteristic is given in Figure.

Depletion zone in p-n junction, Depletion Zone in P-N Junction The pow...

Depletion Zone in P-N Junction The power of the depletion zone electric field gets increases as the reverse-bias voltage increases. One time the electric field intensity incre

Svd, svd calculation in matrix

svd calculation in matrix

Describe flat plate collectors, Describe flat plate collectors. Explain liq...

Describe flat plate collectors. Explain liquid flat plate collector with relevant diagram. Describe different types of absorbing surface areas with diagram. Also discuss their r

Explain the operation of n-channel fet, Q. Explain the operation of N-chann...

Q. Explain the operation of N-channel FET? Transistor is a linear semiconductor device that controls current with the application of a lower-power electrical signal. Transistor

Explain from the drain characteristics, Q. Explain from the drain character...

Q. Explain from the drain characteristics that a JFET has  infinite resistance? When V GS = 0v when a positive voltage Vds has been applied across the channel and the gate

Direct and indirect semiconductors, Direct and Indirect Semiconductors ...

Direct and Indirect Semiconductors 1) In a common quantitative calculation of band structures, the wave function of a single electron traveling by a perfectly periodic lattice

# Project, #I need some guides in order to build a circuit that will be ben...

#I need some guides in order to build a circuit that will be beneath a machine and turn that machine left/right/up/down

Power Systems, are you able to help with power system

are you able to help with power system

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