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

Project, electrical project produse eneargy desingn

electrical project produse eneargy desingn

Installed in circuit board, Can we measure the resistor if it is installed ...

Can we measure the resistor if it is installed in circuit board? Ans) You can calculate a resistor in a circuit but the circuit will most likely affect the value read (general

Show the dot convention, Q. For the coupled coils shown in Figure, a dot ha...

Q. For the coupled coils shown in Figure, a dot has been arbitrarily assigned to a terminal as indicated. Following the dot convention presented in the text, place the other dot in

Amplifiers, what is the use of capacitors in amplifiers

what is the use of capacitors in amplifiers

Mr. Davis, The new kitchen is to be 20feet long and it''s width is 75% of i...

The new kitchen is to be 20feet long and it''s width is 75% of it''s length. The door to the kitchen is on the short wall and is 10% of the width of that wall. you want to put in m

What are macros, What are Macros? Macro is a group of instruction. The ...

What are Macros? Macro is a group of instruction. The macro assembler makes the code in the program each time where the macro is called. Macros are described by MACRO & ENDM di

Illumination, Ask question #Minimum 100A light assembly shop, 15 m long, 9 ...

Ask question #Minimum 100A light assembly shop, 15 m long, 9 m wide and 3 m up to trusses is to illuminated to a level of 200 lux. The utilization and maintenance factors are resp

Composition of fet, Composition of FET The FET (field-effect transisto...

Composition of FET The FET (field-effect transistor) can be constructed from several semiconductors, silicon being by far the most common. Several FETs are made with conventio

Define gray code - bcd to decimal conversion, Define Gray Code - bcd to dec...

Define Gray Code - bcd to decimal conversion? The Gray Code is a variation on binary code in which only 1 bit is changed from the preceding number. The bit so as to changes is

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