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

Calculate the gross torque developed for a flux, Q. A four-pole, dc seriesm...

Q. A four-pole, dc seriesmotor has a lap-connected, two-layer armature winding with a total of 400 conductors. Calculate the gross torque developed for a flux per pole of 0.02 Wb a

Transfer function of time multiplexer, How wood a transfer function of a ti...

How wood a transfer function of a time-multiplexer with switching in 10 kHz between 2 channels look like?

How power amplifiers are classified, a. Describe briefly with suitable diag...

a. Describe briefly with suitable diagrams, how power amplifiers are classified with reference to operating point? b. Get the maximum efficiency of class A direct coupled power

Field-effect transistor, Field-Effect Transistor: The field-effect tra...

Field-Effect Transistor: The field-effect transistor that is abbreviated as FET relies on an electric field to control the shape and therefore the conductivity of a channel of

State lenz''s law, Lenz's law states: 'The direction of an induced e.m....

Lenz's law states: 'The direction of an induced e.m.f. is always like that it tends to set up a current opposing the motion or the change of flux responsible for inducing that

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