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

Asynchronous message passing and synchronous-message passing, Question: ...

Question: a) Differentiate between Asynchronous message passing and Synchronous-message passing. b) If keyboards are the predominant means of interface to human input, the

Zener diode, how does a zener diode works.

how does a zener diode works.

Energy band diagram, E n e r gy Band Diagram Energy band d...

E n e r gy Band Diagram Energy band diagram in qualitative form is sketched by following the following process: 1. The semiconductor device is supposed to be ma

Determine the minimum needed frequency range, The operating frequency range...

The operating frequency range of a superheterodyne FMreceiver is 88-108MHz. The IF and LO frequencies are so chosen that f IF LO .Ifthe image frequency f  c must fall outside of

What is pinch-off voltage, Q. What is Pinch - off voltage?  The reverse...

Q. What is Pinch - off voltage?  The reverse bias is relatively large near the source. As a result, the depletion region intrudes into the channel near the drain, and the effec

Explain thermoplastic materials, Explain Thermoplastic materials. Ther...

Explain Thermoplastic materials. Thermoplastic materials: The properties of such plastic materials do not change considerably when they are melted and after that cooled and s

RLC circuit, A series RLC circuit consisting of resistor of 200 ohms, an in...

A series RLC circuit consisting of resistor of 200 ohms, an inductor of 0.214H and a capacitor of unknown value. When this circuit is energized by 240 i) value of capacitor ii) vol

Pdc, disadvantages of shunt&series clippers

disadvantages of shunt&series clippers

Current source inverter , Current  Source Inverter (CSI) Current  sour...

Current  Source Inverter (CSI) Current  source  inverter has constant  input  but it  can be  adjusted. In CSI  the amplitude of output  current is  independent of load. The lo

Explain current and magnetic force, Q. Explain Current and Magnetic Force? ...

Q. Explain Current and Magnetic Force? The rate ofmovement of net positive charge per unit of time through a cross section of a conductor is known as current, i(t) = dq / dt

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