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

Diatomic molecules in three dimensions, Consider the open rotation of a dia...

Consider the open rotation of a diatomic molecule consisting of two atoms of mass and respectively divided by a distance presume that the molecule is rigid with center of mass fixe

How does the value of idss and vp change, Q. How does the value of Idss and...

Q. How does the value of Idss and Vp change with the change in Vgs The value of Vp and and Idss can be controlled by adjusting the value of the gate to sorce voltage ie Vgs. T

Develop and execute a p spice program, Q. In the circuit shown in Figure th...

Q. In the circuit shown in Figure the switch opens at t = 0. Develop and execute a P Spice program to solve for v(t), and use PROBE to obtain a plot of v(t). Hint: Use the follo

Explain the johnson counters, Explain the Johnson Counters? The Johnson...

Explain the Johnson Counters? The Johnson counters are a variation of standard ring counters with the inverted output of the last stage fed back to the input of the first stage

Measure and set frequency by using an oscilloscope, 1. Introduction : ...

1. Introduction : Theory: Frequency is the number of occurrences of a repeating event per unit time. It can also be defined as the number of repetitions (cycles) of a w

D.c.machines, can voltage regulation be negative?why?

can voltage regulation be negative?why?

Explain total internal reflection, Explain Total internal reflection? T...

Explain Total internal reflection? The refractive index of a medium is defined as the ratio of velocity of light in vacuum to the velocity of light in that medium n x = C/V

Transistor, can you differentiate the alpha,beta and gamma

can you differentiate the alpha,beta and gamma

Analog circuit, What is the disadvantages of diodes as a series element in ...

What is the disadvantages of diodes as a series element in a clipper?

Capacitor.., #Explain charging and discharging of the capacitor ..

#Explain charging and discharging of the capacitor ..

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