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

Find the turns ratio, Q A60-Hz, 100-kVA, 2400/240-V(rms) transformer is use...

Q A60-Hz, 100-kVA, 2400/240-V(rms) transformer is used as a step-down transformer from a transmission line to a distribution system. Consider the transformer to be ideal. (a) Fi

What do you mean by circuit analysis techniques, What do you mean by Circui...

What do you mean by Circuit Analysis Techniques?   One simplifying technique often used in complex circuit problems is that of breaking the circuit into pieces of manageable

Output waveforms for a differentiating circuit, Q. Discuss the output wavef...

Q. Discuss the output waveforms for a differentiating circuit. The output waveform from a differentiating circuit depends upon the time constants and shape of the input wave.Th

Find in wavelengths how long the line, Q. A transmission line with air diel...

Q. A transmission line with air dielectric is 25 m long. Find, in wavelengths, how long the line is at frequencies of 1 kHz, 10 MHz, and 100 MHz.

Explain about frequency shift keying, Q. Explain about Frequency Shift Keyi...

Q. Explain about Frequency Shift Keying? In this scheme frequency of the carrier signal is changed according to the data. Transmitter sends different frequencies for a "I" than

UJT Help, What''s the formula for the VB2'' in a UJT?

What''s the formula for the VB2'' in a UJT?

Explain relative data addressing mode, Explain relative data addressing mod...

Explain relative data addressing mode (with examples) available in microprocessors. Relative Mode: Operand supplied is an offset, not the actual address. Added the con

Define and explain numerical aperture, Define and explain Numerical apertur...

Define and explain Numerical aperture? Figure shown below shows an incident ray to the fibre, The light bends at two interfaces, one at the air- core interface and the

Show binary to octal conversion, Q. Show Binary to Octal Conversion? It...

Q. Show Binary to Octal Conversion? It is simple to convert from an integer binary number to octal. This is accomplished by: Break the binary number into 3-bit secti

Estimate the required bandwidth using Carson''s rule, A 10-kHz tone is used...

A 10-kHz tone is used to frequency modulate a carrier; the peak deviation is 75 kHz. Use Carson''s rule to estimate the bandwidth.

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