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

What is maximum memory size that can be addressed by 8086, What is the maxi...

What is the maximum memory size that can be addressed by 8086? In 8086, an memory location is addressed by 20 bit address and the address bus is 20 bit address and the address

Draw the equivalent circuits referred to the high-voltage, A single-phase, ...

A single-phase, 50-kVA, 2400:240-V, 60-Hz distribution transformer has the following parameters: Resistance of the 2400-V winding R1 = 0.75 Resistance of the 240-V winding R2

CRT, Why are the operating voltages of a CRT arranged so that the deflectio...

Why are the operating voltages of a CRT arranged so that the deflection plates are nearly at ground potential?

Determine power gain, Q. An antenna has an aperture area of 10 m 2 ,an ape...

Q. An antenna has an aperture area of 10 m 2 ,an aperture ef?ciency of 0.6, and negligible losses. If it is used at 5 GHz, determine: (a) Its power gain. (b) The maximum pow

Sr flip-flop, SR FLIP-FLOP (SRFF) The symbol for the SRFF is shown in F...

SR FLIP-FLOP (SRFF) The symbol for the SRFF is shown in Figure (a), in which S stands for "set," R stands for "reset" on the input side, and there are two outputs, the normal o

Find the total current and total resistance, For the circuit in figure, fin...

For the circuit in figure, find: a)  Total resistance b)  Total current c)  Current flow through resistor 6Ω and 4Ω

Show the applications of a r-c coupled amplifier, Q. What are the applicati...

Q. What are the applications of a R-C coupled amplifier. The R-C coupled amplifiers have excellent audio fidelity over a wide range of frequency. Therefore, they are widely use

C program, write a c program for suggler message decoder

write a c program for suggler message decoder

About on line teaching, i am Eectrical engineer and i want to teach student...

i am Eectrical engineer and i want to teach students on line mode. let me know the procedure. thanks pushpendra

Designing 100 line exchange using uni-selector, Q. Designing 100 line excha...

Q. Designing 100 line exchange using Uni-selector? Here three different designing methods for 100 line exchange are discussed: Design: Strowger switching system is designe

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