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

ADC and DAC design, I''m trying to design ADC using MAX1198 and DAC using I...

I''m trying to design ADC using MAX1198 and DAC using IDAC in Multisim 12 but none of them are working. I need some help in this regard

Dc generator, short note on armature reaction

short note on armature reaction

DC generator, define all the symbols with their units of DC generater

define all the symbols with their units of DC generater

Assignment, design single phase distribution circuit from a supply point to...

design single phase distribution circuit from a supply point to a load

Public safety - application of software defined radio, Public safety - Appl...

Public safety - Application of Software Defined Radio During emergency situation such as earthquake, tsunami, terrorist attack, public safety officials from different agencies

Microcontroller project, hi there, i have to write a program for seven seg...

hi there, i have to write a program for seven segments counter with three buttons to make it counting up and down from 00 to 99 so i''m looking for someone can write it..........th

Explain the nand gates - microprocessor, Explain the NAND Gates - Microproc...

Explain the NAND Gates - Microprocessor? The NAND GATE is a AND gate with the output inverted. Consequently the outputs of a NAND gate would be the opposites of the outputs of a A

Indirect addressing , Indirect Addressing In this  addressing  mo e al...

Indirect Addressing In this  addressing  mo e also ne  of the  operands is the  stored in the memory. The memory  address of the  operand  is specified  by the  register pair.

Circuit theory, matlab program for verifying maximum power transfer

matlab program for verifying maximum power transfer

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