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

inverters- recifiers and inverters, Inverters Inverter is a device w...

Inverters Inverter is a device which  converts dc power into ac  power at desired output voltage and frequency. Inverters are used in  uninterruptible power  supply  hvdc  tra

Find the current and voltage at input terminals of the line, Q. A source of...

Q. A source of impedance ¯ Z S = R S = 100  has an open-circuit voltage v S (t) = 12.5 cos ωot and drives a 75- transmission line terminated with a 75- load. Find the current

Determine the current through each resistor, For the circuit of Fig 1a: ...

For the circuit of Fig 1a: (i) Using Ohm's Law , determine the equivalent resistance across the battery (ii)  determine the current through each resistor (iii) the arrang

How you can convert a galvanometer to a voltmeter, To convert a galvanomete...

To convert a galvanometer to a voltmeter, you should add a: a) High resistance in series b) High resistance in parallel c) Low resistance in series d) Low resis

#linear programming with all three constraints.., #z =x1+2.5x2, with constr...

#z =x1+2.5x2, with constraints, x1+x2>=2, x2 x1+x2 x1=3.question..

Why biasing in necessary in transistor, (a) Describe why ordinary junction ...

(a) Describe why ordinary junction transistor is known as bipolar. (b) Describe working of NPN transistor as common Base configuration. Describe working of NPN transistor in

Explain buffer storage, Discuss the layout configuration of FMS with neat a...

Discuss the layout configuration of FMS with neat and clean diagram? Write the disadvantages and advantages of FMS? Write the short note on following: a) Applications of FMS

The input output system - stepper motor , The Input Output System The ...

The Input Output System The input output  system provides  the physical  connection between  the equipment  and the PLC there are many  different kinds  of I/O cards  which ser

Different types of dc generation, Q.   What are the different types of dc g...

Q.   What are the different types of dc generation according to the ways in which fields are excited. Show the connection diagram of each type. Ans. Types of D.C.

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