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

Ripple voltage amplitude, a) What is meant by Ripple Voltage?  Measure the ...

a) What is meant by Ripple Voltage?  Measure the Ripple Voltage Amplitude, Frequency and DC Offset b) Describe how Ripple Voltage could be decreased.

Show n-channel depletion mode mosfet, Q. For a transistor, when v GS = -2....

Q. For a transistor, when v GS = -2.0 V, find V DSsat if Vp= -4.0 V for an n-channel depletion mode MOSFET. Solution: V p = -(V DSsat + v SG ) but  v SG = -v GS = -(-

Compute the induced emf, Compute the induced emf: If a coil of 150 tur...

Compute the induced emf: If a coil of 150 turns is linked with a flux of 0.01 wb while carrying a current of 10 Amp, compute the inductance of coil. Now, if current is reverse

Electricity and safety, explain appropriate first aid procedure to be follo...

explain appropriate first aid procedure to be followed in case of electric shock

Binary codes, what are the types of binary codes

what are the types of binary codes

Control systems design, You are to choose a particular application, model a...

You are to choose a particular application, model and simulate it using MATLAB and or SIMULINK. 1. Modelling 2. Testing and verification of the model 3. Demonstration o

What is a darlington pair, Q. What is a darlington pair?               ...

Q. What is a darlington pair?                             The Darlington circuit consists of two cascaded emitter followers with infinite emitter resistance in the first stage.

N-type semiconductor, a)  Sketch the variation of electron concentration wi...

a)  Sketch the variation of electron concentration with temperature for i)  an n-type semiconductor doped with 1021  donors m-3 ii)  an intrinsic semiconductor.  b)  Expla

Simplest equivalent circuit topology using lumped elements, Simplest equiva...

Simplest equivalent circuit topology using lumped elements: For each of the Smith chart traces below, sketch (at the right of each chart) the simplest equivalent circuit topol

Draw the differentiator circuit, Q. Draw the differentiator circuit. Explai...

Q. Draw the differentiator circuit. Explain its principle of operation with necessary waveforms ? A circuit in which the output voltage is directly proportional to the derivati

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