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

find the sending end voltage and current, A 3-phase transmission line is 2...

A 3-phase transmission line is 200km long. The line has a per phase series impedance of 0.25+j0.45 Φ/km and shunt admittance of j7.2ΦS/km. The line delivers 250MVA, at 0.6 lagging

Find in wavelengths how long the line, Q. A transmission line with air diel...

Q. A transmission line with air dielectric is 25 m long. Find, in wavelengths, how long the line is at frequencies of 1 kHz, 10 MHz, and 100 MHz.

Find the temperature coefficient of the resistance material, The field resi...

The field resistance of a dc machine is 50 ohm at 20 o C. The resistance increases to 55 ohm at 50 o C. Find the temperature coefficient of the resistance material. Ans: Sol

Determine the armature e.m.f. and load angle of generator, A 3-phase, wye-c...

A 3-phase, wye-connected, 11 kV, 137.5 MVA turbo-alternator of 0.8 power factor lagging has a synchronous reactance XS = 1.4 Ω. Assume the machine to be ideal for convenience of an

Explain basic input output system function call, Discuss BIOS function call...

Discuss BIOS function call with one example. BIO stands for Basic Input Output System: This is a set of programs to give most basic low-level services as services keyboard, s

Principal of bipolar junction transistor, Principal of Bipolar junction tra...

Principal of Bipolar junction transistor: A bipolar junction transistor (BJT) is a three-terminal electronic device that constructed of doped semiconductor material and might

Heterodyne wave analyzer, Q.   What is a wave analyzer? Explain any one tec...

Q.   What is a wave analyzer? Explain any one technique of wave analyzer giving its application also. OR Write short note on HETERODYNE Wave analyzer. OR Explai

Clipper, design a clipper circuit of a sinsoiudial wave of a peak value 25v...

design a clipper circuit of a sinsoiudial wave of a peak value 25v&minimum value of -12v to make the output voltages of 20&-9v respectively.

Can you draw robot configuration, a) Draw robot configuration. b) Explai...

a) Draw robot configuration. b) Explain the significance of end effectors. c) Define the terms (i) accuracy (ii) Repeatability (iii) Work volume (iv) Control Reso

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