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

Analogy between electrical and nonelectric physical systems, Systems such a...

Systems such as those encountered in mechanics, thermodynamics, and hydraulics can be represented by analogous electric networks, from the response of which the system characterist

Battery service provider system specification, The vehicle batteries shall ...

The vehicle batteries shall be owned by the battery service provider. The automobile battery shall be recyclable, environmentally friendly, and safe. The battery service pr

Infrasound waves or microwaves, When recording infrasound waves or microwav...

When recording infrasound waves or microwaves how do they vary from one another? Ans) By microwaves, do you mean "radio signals", like in a microwave oven? These have nothing t

Describe two ways of correcting the blur, Q. We have discussed three differ...

Q. We have discussed three different color spaces: RGB, HSI and CMY(K). Specify the need for multiple color spaces. Why can we not use only one? Q. A telescope in an observatory

Equivalent circuit of a polyphase induction machine, Equivalent Circuit of ...

Equivalent Circuit of a Polyphase Induction Machine The inductionmachinemay be regarded as a generalized transformer inwhich energy is converted and electric power is transferr

Process of spark erosion machining, Describe the basic process of Spark Ero...

Describe the basic process of Spark Erosion (Electric Discharge) machining? Discuss the advantages of EDM as compared to other nontraditional procedures with regard to : (i)

Equalizer rings, purpose of equalizer rings in lap winding

purpose of equalizer rings in lap winding

Determine the system active power, A three-phase, 4160 V, 60 Hz, 3000 kVA g...

A three-phase, 4160 V, 60 Hz, 3000 kVA generator supplies the following three phase loads:  A 00 kVA at .7 pf lagging, D 00 kVA at .9 pf lagging, and C 50 kVA at unity pf.

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