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

Holding current - thyristor , Holding current The holding  current i...

Holding current The holding  current is  the value  of on state  current  required  to maintain  conduction once the  device  the device has  fully timed  on and  the  gate

Interpretation and analysis using remote sensing, Q. Interpretation and ana...

Q. Interpretation and analysis using remote sensing? Interpretation and analysis using remote sensing Various characteristics of a river can be understood by studying its planf

Cmos integrated circuit design, design using softwares (LEdit7, LTspice) t...

design using softwares (LEdit7, LTspice) the project has many aspects and I would like you to check them on the website with my personal password. in the project specifications (d

What is the difference between tdma and fdma, TDMA: Time division multi...

TDMA: Time division multiple access (TDMA) is a channel access method for shared medium (generally radio) networks. It permits several users to share the similar frequency chan

Total debt to total assets ratio, Total Debt to Total Assets ratio A m...

Total Debt to Total Assets ratio A metric used to measure a company's financial risk by determining how much of the company's assets have been financed by debt. It is calculat

Discuss some features of pentium series of microprocessors, Discuss some fe...

Discuss some features of Pentium series of microprocessors. The Pentium is a CISC microprocessor, 32-bit superscalar.  The term superscalar is utilized for the processor that

Binary multiplication, Binary Multiplication Multiplication can be seen a...

Binary Multiplication Multiplication can be seen as multiple additions. For  example  if we  have to multiple 4 and 8 we can  8, 4  time to get the  solution. Actually this  conc

Draw the power triangle for each load, Q. Two balanced, wye-connected, thre...

Q. Two balanced, wye-connected, three-phase loads are in parallel across a balanced, three - phase 60- Hz, 208-Vsupply. The first load takes 12 kWat 0.6 power factor lagging, and t

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