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

D.c mootor, which principle is used in d.c motor

which principle is used in d.c motor

Find the line current and voltage across the load, Q. (a) A balanced wye-co...

Q. (a) A balanced wye-connected load with per-phase impedance of 20 + j10 is connected to a balanced 415-V, three-phase supply through three conductors, each of which has a series

Electro-magnetic interference, (a) Give three different ways how electro-...

(a) Give three different ways how electro-magnetic interference can be reduced in twisted pairs based transmission. (b) Noise are unwanted signals affecting transmission. Lis

Induced emf in coils, Faraday conducted a series of experiments on coils in...

Faraday conducted a series of experiments on coils in a magnetic field. He found that if the magnetic flux density threading a coil were changed, a voltage was induced in the co

Reasons for the augmentation of electromagnetic radiation, Question: Ge...

Question: General EMC Knowledge (a) Give 2 reasons for the augmentation of electromagnetic radiation in urban regions. (b) Pointe aux Diable bears its name due to the a

Determine ripple factor of half wave rectifier, Illustrate VI Characteristi...

Illustrate VI Characteristics of PN junction diode (10) Illustrate Half Wave Rectifier. Disadvantage of Half Wave Rectifier. Determine ripple factor of Half Wave Rectifier.

Calculate the pu voltage and line to line voltage, The one line diagram of ...

The one line diagram of a simple power system is shown below. The data of the system are given in the table below. (a) Draw the impedance diagram of the system and mark all impe

Standby mode, Standby mode:In this mode, one processor is active and other ...

Standby mode:In this mode, one processor is active and other is on standby, both software and hardware wise. Standby processor brought online when active processor fails. A vital r

Insulation resistance, how can we increase insulation resistance of sheet

how can we increase insulation resistance of sheet

Explain about register marker, Q. Explain about Register marker? Regist...

Q. Explain about Register marker? Register marker: Stronger selectors perform searching and counting . Though, the crossbar switch has no ‘intelligence'. Something external to

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