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

Bjt, bias compensation using diode and thermistor

bias compensation using diode and thermistor

Obtain an expression for the closed-loop transfer function, Q. A noninverti...

Q. A noninverting op-amp circuit and its closed-loop representation are given in Figure. Obtain an expression for the closed-loop transfer function H(ω) = Y (ω)/X(ω) and comment on

Explain power-system loads, Q. Explain Power-System Loads? Figure repre...

Q. Explain Power-System Loads? Figure represents a one-line (single-line) diagram of a part of a typical three-phase power system. Notice the symbols that are used for generato

Determine the capacitance length of a pcb embedded stripline, 1. Determine ...

1. Determine the capacitance length of a PCB embedded stripline, assuming no fringing of the electrostatic field. 2. Determine the capacitance/unit length of the same embedded stri

Reduction of sequential monte carlo in medium voltage, how can optimized th...

how can optimized the system through the matlab software?

#titte machines, what is a armature reaction ?? give some concepts on doub...

what is a armature reaction ?? give some concepts on double rotating field theory?? thanks

Solid mensuration, reflections, journey about the subject solid mensuration...

reflections, journey about the subject solid mensuration

Explain ramp type dvm, SOL. Ramp Type VM: The operating principle of the r...

SOL. Ramp Type VM: The operating principle of the ramp type DVM is based on the measurement of the time it takes for a linear ramp voltage to rise from 0 V to the level of the inp

Three byte instruction , Three byte instruction The  instruction which...

Three byte instruction The  instruction which  have 16  bit data address  as its  operand  are three byte  instruction. They  need three  memory  locations to store  them in m

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