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

Define the spectral resolution of satellite, Q. Define the spectral resolut...

Q. Define the spectral resolution of satellite? Spectral resolution : The sensitivity to different features of earth is the most important aspects considered in the spectral

Adaptive control process in motor-speed control system, Q. Adaptive control...

Q. Adaptive control process in motor-speed control system? Figure illustrates the adaptive control process as applied to a motor-speed control system, which is based on adjus

Charging of the capacitor, Charging of the capacitor: Considering the ...

Charging of the capacitor: Considering the below diagram, with slight approximation the ripple voltage can be supposed as triangular. To the cut-out point from the cut-in poin

Show quantization error, Quantization Error Sampling followed by quanti...

Quantization Error Sampling followed by quantization is equivalent to quantization followed by sampling. Figure illustrates a message signal f (t) and its quantized version den

Fsk scheme, Question: (a) An FSK Scheme is used in a wireless transmi...

Question: (a) An FSK Scheme is used in a wireless transmission with the data bits 1011010. With the help of a labeled diagram, describe in detail the final output of the MSK

Redraw the wheat stone bridge circuit, Redraw the Wheat stone bridge circui...

Redraw the Wheat stone bridge circuit of Figure and show that Equation holds good for the null condition when the meter A reads zero current.

Find the turns ratio of the ideal transformer, Q. Consider an ampli?er as a...

Q. Consider an ampli?er as a voltage source with an internal resistance of 72 . Find the turns ratio of the ideal transformer such that maximum power is delivered when the ampli?e

Integrated circuit components, You are required to design and document the ...

You are required to design and document the hardware design for Lift Control Unit (LCU) as required by the questions/specification in section 2 above, based on a 68HC12D60 microcon

Draw and explain the circuit of wein bridge oscillator, Q. Draw and explain...

Q. Draw and explain the circuit of Wein bridge oscillator. Obtain the expressions for the (i) frequency of oscillation and (ii) condition for oscillation. Will oscillat

Explain polarization, Explain Polarization. Polarization: A dielectric ...

Explain Polarization. Polarization: A dielectric has molecules the atomic nuclei of that are effectively fixed, related to each other. In absence of any external field all the

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