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

Power spectral density, Power Spectral Density: To introduce the P...

Power Spectral Density: To introduce the Power Spectral Density (PSD) of a random signal. To study classical methods for PSD estimation. To investigate model-based

Write down expressions for vbn, Q. Referring to Figure, let V BN = V RN =...

Q. Referring to Figure, let V BN = V RN = 120 V rms magnitude, and V BR = 240 V rms magnitude. Write down expressions for v BN (t), v RN (t), and v BR (t), and sketch them as a

Logic gates, what component will be use for making or logic gates.

what component will be use for making or logic gates.

Determine the all-day efficiency, Q. A transformer has its maximum efficien...

Q. A transformer has its maximum efficiency of 0.9800 when it delivers 15 kVA at unity power factor. During the day it is loaded as follows: 12 hours 2 kW at power factor 0.5

What is faithful amplification, What is faithful amplification. What are ba...

What is faithful amplification. What are basic condition for faithful amplification. Describe : (a) Peak Inverse voltage. (b) Maximum forward current. (c) Knee voltage

Determine the disadvantages of GPS system, Determine the disadvantages of G...

Determine the disadvantages of GPS system -  Maps not up to date hence instructed to carry out an incorrect manoeuvre (for example turn into a road that no longer exists) -

Negative voltage regulator series, Negative Voltage Regulator series with N...

Negative Voltage Regulator series with Nine voltage options - IC 7900 Series The IC 7900 series of fixed output negative voltage regulators are complements to the 7800 seri

What is asynchronous data transfer, What is asynchronous data transfer? ...

What is asynchronous data transfer? It is a data transfer method which is used when the speed of an I/O device does not match with the speed of the microprocessor. Asynchronous

What is choke packet, a. Explain Choke packet. Describe implicit Congestion...

a. Explain Choke packet. Describe implicit Congestion Signalling and explicit Congestion Signalling in Congestion control. b. State routing parameters in packet switching networ

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