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

Boolean, any Boolean function can be realized using multiplexer.(true/false...

any Boolean function can be realized using multiplexer.(true/false).

Newton raphson , hi can you help with newton raphson?

hi can you help with newton raphson?

Image retreval and face recognization technique, block diagram of eigen fac...

block diagram of eigen face,Viola & Jones Method,Bio-ID,RWTH-i6 Groups of People Database

Determine the circuit of three transistors dynamic ram cell, a. Determine t...

a. Determine the circuit of three transistors dynamic RAM cell and define briefly read and write functions. b. Write short note on factors influencing choice of layer for wiring

Determine the value of resistance, Determine the value of Resistance: ...

Determine the value of Resistance: Determine the value of R, so that the condition for resonance is fulfilled Figure Solution Admittance of first branch

Find the total line current flowing through feeder, Q. Athree-phase, 60-Hz ...

Q. Athree-phase, 60-Hz substation bus supplies two wye-connected loads that are connected in parallel through a three-phase feeder that has a per phase impedance of 0.5 + j2 . Loa

Refrigeration and airconditioning, Ask question #Minimum 100 words acceptTh...

Ask question #Minimum 100 words acceptThere are various refrigeration systems employing various methods. State any seven (7) refrigeration systems, mention the method(s) employed t

Motoring mode of rotating machines, Q. Motoring mode of rotating machines? ...

Q. Motoring mode of rotating machines? The motoring mode has electric power input and mechanical power output. The electromagnetic torque Te drives the machine against the load

Diode, #quetunnel diode stion..

#quetunnel diode stion..

Clapp oscillator, derivation of frequency of oscillators clapp and derive C...

derivation of frequency of oscillators clapp and derive C effect?

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