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

Explain about the typical embedded system hardware unit, Explain about the ...

Explain about the typical embedded system hardware unit. Typical Embedded System Hardware Unit: Program Flow and data path Control Unit (CU): comprises a fetch unit for fetc

Determine vout and the power supplied, Q. An operational amplifier stage is...

Q. An operational amplifier stage is typically represented by the circuit of Figure. For the values given, determine V out and the power supplied by the 2.5-V source.

Formal lab report, I need someone help me to do electronics formal lab repo...

I need someone help me to do electronics formal lab report, I tried many time to submit it but I couldn''t? plz help me

3-phase bridge inverter, 3-phase  Bridge Inverter In 3-phase bridge in...

3-phase  Bridge Inverter In 3-phase bridge inverter six thyristors an six diodes are used as shown in figure  a capacitor at input terminal is connected so that the input volta

Describe the meaning of standing wave ratio, a. Describe the meaning of sta...

a. Describe the meaning of standing wave ratio. What is the formula for it, if the load is purely resistive? Why is a high value of SWR often undesirable? b. Determine how the c

Digital ecectronics, DISIGN A FENITE STATE MACHINE TO DETECT THE SEQUENCE 1...

DISIGN A FENITE STATE MACHINE TO DETECT THE SEQUENCE 10110

Find the current by means of mesh-current analysis, For the network shown i...

For the network shown in Figure, find the current delivered by the 10-V source and the voltage across the 3- resistor by means of mesh-current analysis.

Find the output voltage in terms of the input voltage, Q. Find the output v...

Q. Find the output voltage in terms of the input voltage? In order to illustrate the insensitivity of feedback circuits to variations of the op-amp parameters, let us consider

Difference between photography & holography, 1.       In ordinary photograp...

1.       In ordinary photography, each part contains information of the original object separately and in case some part of the object is destroyed then the information of that par

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