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

Estimate hortons infiltration equation , Show that the infiltration volume ...

Show that the infiltration volume estimated using Horton's infiltration equation between times t1 and t2 is given by; F =f c (t 2 -t 1 )+(f 1 -f c )(1-e -k(t2-t1) )/k Use the

Mode 2 - boost converter, Mode 2 In this  mode transistor  gets turne...

Mode 2 In this  mode transistor  gets turned off by  the negative output  of PWM  current  flows  through  inductance L diode D then  divide into two  parts one flows through

Laser beam machining and electron beam melting, Differentiate between LBM a...

Differentiate between LBM and EBM process on the basis of application and limitations.

Explain the time division space switching, a. Explain the time division spa...

a. Explain the time division space switching b. Verify the execution complexity of 2048 channel TST switch with 16 TDM links and 128 channels. Let the time slot of space switch

Compute the load power factor, Considering Figure, let balanced positive-se...

Considering Figure, let balanced positive-sequence, three-phase voltages with ¯V AB = 100√3 0° V (rms) be applied to terminals A, B, and C. The three-phase wye-connected balanced

Explain ionic polarization, Explain i onic polarization. Ionic polari...

Explain i onic polarization. Ionic polarization is polarization that is caused by relative displacements between negative and positive ions in ionic crystals (for illustrati

Ionic bonding, Ionic Bonding Instance: NaCl. Na (Z = 11) gives u...

Ionic Bonding Instance: NaCl. Na (Z = 11) gives up the outermost shell electron of it to Cl (Z=17) atom, so the crystal is build up of ions with the electronic structure

Comperators, How to build a 6 bit comparator?

How to build a 6 bit comparator?

Compute the received carrier frequency, Consider a transmitter S which radi...

Consider a transmitter S which radiates a sinusoidal carrier frequency of 1850 MHz. For a vehicle moving at 26.82 m/s, compute the received carrier frequency if the vehicle is movi

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