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

Programming, ELEC 132 COURSEWORK – ADC This work will be assessed based...

ELEC 132 COURSEWORK – ADC This work will be assessed based on program demonstration (during lab sessions) and design. You will also have to submit your c-source codes as word o

Weins bridge oscillator, please give me the ckt for wein bridge oscillator ...

please give me the ckt for wein bridge oscillator with 5KHz frequency using transister (with exact values of resistor and capacitor).

BASIC ELECTRICLE, kindly tell me which text book is usefull forlearn the ba...

kindly tell me which text book is usefull forlearn the basic electricle.

Transformer onnection, what is difference between scot and delta connection...

what is difference between scot and delta connection.

#speed control, explain speed control of dc motor

explain speed control of dc motor

What is ringtopology, Q. What is RingTopology? In ring topology, all us...

Q. What is RingTopology? In ring topology, all user nodes are connected with physical path acting as links of a chain and last user node is connected back to the first node. A

Clipper ciruit working explanation, how the clipper circuits are working? e...

how the clipper circuits are working? explanation of working of clipper circuits

Dc motor control, how thyristor work in speed control??

how thyristor work in speed control??

CONTORL SYSTEMS, WHAT ABOUT THE STABILITY IF WE USE COMPENSATOR

WHAT ABOUT THE STABILITY IF WE USE COMPENSATOR

Define the binary counting - counters, Define the Binary Counting - Counter...

Define the Binary Counting - Counters? The Binary counter is capable to be constructed from J-K flip-flops by taking the output of one cell to the clock input of the next The J

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