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

Dynamic response of control systems, Q. Dynamic Response of Control Systems...

Q. Dynamic Response of Control Systems? The existence of transients (and associated oscillations) is a characteristic of systems that possess energy-storage elements and that a

Define cables - generation and absorption of reactive power, Define Cables ...

Define Cables - Generation and Absorption of Reactive Power? It is well known that the shunt capacitance of the cable is very large as compared to that of an overhead line. Thi

Distribution loss reduction and efficiency improvement, Distribution Loss R...

Distribution Loss Reduction and Efficiency Improvement You are well aware of the fact in which all energy supplied to a distribution utility does not reach the end consumers.

Active-mode npn transistors in circuits, Active-mode NPN transistors in cir...

Active-mode NPN transistors in circuits Figure:  Structure and use of NPN transistor. Arrow according to schematic. The figure opposite is a schematic presentation

Explain conduct insulation resistance test, Explain conduct insulation resi...

Explain conduct insulation resistance test on 100 VA inverter used for mobile and Laptop charging sockets? Ans: The insulation resistance of the inverter shall be calculated w

Show color television receiver, A color television receiver is shown in Fig...

A color television receiver is shown in Figure in block diagram form, indicating only the basic functions. The early part forms a straightforward superheterodyne receiver, except f

Band Pass active filter, How to design band pass active filer? Any software...

How to design band pass active filer? Any software avaialble

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

Motor, delta connectino purpose

delta connectino purpose

Digital Electronics, Design a MOD-6 synchronous counter using T Flip-Flops....

Design a MOD-6 synchronous counter using T Flip-Flops.

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