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

Demodulation of ssb signals, Demodulation of SSB signals also requires the ...

Demodulation of SSB signals also requires the use of a phase-coherent reference. Figure shows the general configuration to demodulate the SSBsignal.Asmall carrier component, which

Determine the amplitude - radar system, Suppose the ambiguity function of s...

Suppose the ambiguity function of some waveform x ( t ) of duration ζ = 1 millisecond is given by   (NOTE: this is not a possible AF because it is not time-limited to

What is non-maskable interrupts, An interrupt which can be never be turned ...

An interrupt which can be never be turned off (ie. disabled) is called as Non-Maskable interrupt.

Compare with memory, Compare with memory The contents  of the memory...

Compare with memory The contents  of the memory  of the memory  location  pointed by HL  register pair are compared with the  contents of the accumulator. The  instruction f

For sign flag - conditional jumps , For  Sign  Flag JP ( jump  on ...

For  Sign  Flag JP ( jump  on plus ) Jump  on minus ) Instructions JP  transfer  the execution of the program to the specified  memory  address if  sign  flag is set (S=

Water technology, #question. . =calculate the calcium carbonate equivalent ...

#question. . =calculate the calcium carbonate equivalent hardness of calcium sulphate of 5gms present in one litre

Binary subtraction , Binary Subtraction Negative numbers are represent...

Binary Subtraction Negative numbers are represented in 2 complement form and subtraction is also  per formed  using  2 complement  method in microprocessor. Hence we will  dis

Functions of the physical layer in the internet model, (a) Describe the f...

(a) Describe the four functions of the physical layer in the Internet Model. (b) (i) With the help of a diagram describe the main stages involved in the digitization of a

Signals & systems, transformation of independent variable e.g. time related...

transformation of independent variable e.g. time related explaination

Overall performance indicator method, Overall Performance Indicator Method ...

Overall Performance Indicator Method Overall Performance Indicator could be derived from a combination of few of the specific core indicators. The way this combination is comm

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