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

Meter field testing and installation practices, Meter Field Testing and Ins...

Meter Field Testing and Installation Practices Here, we discuss the installation, commissioning and field testing of meters. Energy Meters - Installation and Commissionin

Flag registers , Flag Registers Flag  register  is also an  8 bit  reg...

Flag Registers Flag  register  is also an  8 bit  register. Out of 8 bit  five are  defined as flags to indicate status  of the accumulator  hence it is also called status reg

What is direct memory access, What is Direct memory access? Direct memo...

What is Direct memory access? Direct memory access (DMA) is a process wherein an external device takes over the control of system bus by the CPU.DMA is for high-speed data tran

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

Find the duration t of the pulse, By a simple time multiplexing of natural ...

By a simple time multiplexing of natural samples over a single line, a large radar site transmits 85 analog signals, each with 200-Hz bandwidth. If the sampling is done at twice th

Explain the purposes of modulation and demodulation, Question The diagr...

Question The diagrams below depict a modulation (left) and a demodulation(right). (a) Express y(t), u(t) and z (t). (b) What may happen to the demodulated signal y

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