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

Transmission and distribution, A three-phase transposed line is composed of...

A three-phase transposed line is composed of one conductor per phase with flat horizontal spacing of 11 m as shown in Figure 1(a). The conductors have a diameter of 3.625 cm and a

power system operation, AskWrite short notes on pit head generation. ques...

AskWrite short notes on pit head generation. question #Minimum 100 words accepted#

Define gain and phase responses, Define Gain and Phase Responses? Expre...

Define Gain and Phase Responses? Expressing H(e j? ) in polar form as:   H (e j? ) = G (?) e jφ(?) G(?) is the "gain" of the discrete-time system and  φ(?) is the "phas

Explain the working of a bootstrap sweep generator, Q. Use necessary circui...

Q. Use necessary circuit and waveforms to explain the working of a Bootstrap sweep generator The bootstrap circuit illustrated in figure given below is a commonly used method f

What do you mean by resistance, Q. What do you mean by Resistance? An i...

Q. What do you mean by Resistance? An ideal resistor is a circuit element with the property that the current through it is linearly proportional to the potential difference acr

Distinguish between ferromagnetic and paramagnetic materials, Distinguish b...

Distinguish between ferromagnetic and paramagnetic materials, mentioning at least one example of each. Ferromagnetic Materials: These are materials wherein magnetic dipoles i

Explain the synchronous compensators, Explain the Synchronous Compensators ...

Explain the Synchronous Compensators These are synchronous motors running without mechanical loads (or with load if required). Similar to the synchronous generators, they can a

Electrical machine, Explain the principle of induction applied in electrica...

Explain the principle of induction applied in electrical machine

Zero flag - registers , Zero Flag - Registers If the  result of any  a...

Zero Flag - Registers If the  result of any  arithmetical  or logical  operation in the accumulator  is zero i ,e  all the bits  of accumulator  ( with  some exceptions )  are

Digital electronics, Design a 4-bit synchronous counter that has the follow...

Design a 4-bit synchronous counter that has the following sequence: 0 ?4? 9?12 ? 14 ?15 and repeat using: i) JK FF ii)D FF

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