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

Control system., how does Proportional band affect the performance of contr...

how does Proportional band affect the performance of control system?

Write some notes for the gauss-seidel method, Write Some Notes for the Gaus...

Write Some Notes for the Gauss-Seidel Method? 1.  Equation below is used to calculate the voltage at each busbar in turn, always using the most up to date values for the other

Find internal resistance across terminals, Q. In the Wheatstone bridge circ...

Q. In the Wheatstone bridge circuit shown in Figure, R 1 = 16, R 2 = 8, and R 3 = 40; R 4 is the unknown resistance. RM is the galvanometer resistance of 6 . If no current

What the voltage gains in the fet amplifier, Q. What the voltage gains in t...

Q. What the voltage gains in the FET amplifier? For common source  Voltage gain=V o /V i = - µRd / Rd + rd where µ is the amplification factor,Rd the drain resistance a

Can you explain working principle of tl - ac alternator, Can you explain wo...

Can you explain working principle of TL/AC alternator? Ans . The core of the stator which is completely induced by the field coils, will get a residual magnetism if excited b

Digital ecectronics, DISIGN A FENITE STATE MACHINE TO DETECT THE SEQUENCE 1...

DISIGN A FENITE STATE MACHINE TO DETECT THE SEQUENCE 10110

Lhld load hl pair direct instruction, LHLD  Load  HL Pair Direct  Instru...

LHLD  Load  HL Pair Direct  Instruction This  instruction is used to copy the  content  of memory  location specified  by opened  in register L  and copy the content of next  m

Determine the thevenin resistance, Q. Determine the Thevenin resistance vie...

Q. Determine the Thevenin resistance viewed from terminals A-B of the circuit of Figure by setting independent sources to be zero and applying a test voltage at terminals A-B.

Zero flag - sub subtract instruction , Zero Flag Since results  is n...

Zero Flag Since results  is non  zero in this  example zero  flag is reset.

Explain the terms dielectric constant and dielectric loss, Explain the term...

Explain the terms dielectric constant and dielectric loss. Dielectric Constant or Permittivity: all insulating materials possess an electrical capacitance. The capacitance of

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