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 the signal classification of 8085, What is the signal classificatio...

What is the signal classification of 8085 All the signals of 8085 can be classified into 6 groups Address bus Data bus Control and status signals Power supply and f

Can you draw robot configuration, a) Draw robot configuration. b) Explai...

a) Draw robot configuration. b) Explain the significance of end effectors. c) Define the terms (i) accuracy (ii) Repeatability (iii) Work volume (iv) Control Reso

Binary coded decimal to decimal conversions, Binary Coded Decimal to Decima...

Binary Coded Decimal to Decimal Conversions • Step1. Break up the Binary Coded Decimal number into 4 bit binary number, starting from the least significant binary bit. • Step2

FET, WHAT IS FET

WHAT IS FET

Multimeter probes, different types of probes used in multimeter

different types of probes used in multimeter

DC generators, 3. Why the external characteristics of a DC shunt generator ...

3. Why the external characteristics of a DC shunt generator is more drooping than that of a separately excited generator?

Ripple voltage amplitude, a) What is meant by Ripple Voltage?  Measure the ...

a) What is meant by Ripple Voltage?  Measure the Ripple Voltage Amplitude, Frequency and DC Offset b) Describe how Ripple Voltage could be decreased.

Determine the laplace transform of the waveform, Q. Determine the Laplace t...

Q. Determine the Laplace transform of the waveform shown in Figure.

Explain the importance of planning in an organisation, Question 1: Plan...

Question 1: Planning is one of the primary functions of management. (a) Explain the importance of planning in an organisation. (b) How can managers develop an effective a

Resetin input - externally initiated signals , RESETIN  Input It is a...

RESETIN  Input It is an  active  low signal when  it goes low program counter is  reset to zero and busses are tri stated  it also reset interrupt enable flip flop  and instruc

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