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 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

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

What are the supplementary services, Q. What are the supplementary services...

Q. What are the supplementary services? new services are called supplementary services and some of the prominent ones are as below: Category 1: Abbreviateddialling

Grade of service in loss systems, Q. Grade of Service In loss systems? ...

Q. Grade of Service In loss systems? Grade of Service : In loss systems, traffic carried by the network is normally lower than actual traffic offered to the network by subscri

Determine sequence of modulation frequencies, The generator of AM EMFs cons...

The generator of AM EMFs consists of a battery-driven radiofrequency (RF) EMF generator connected to a 1.5 m long 50 ? coaxial cable, to the other end of which a stainless-steel sp

Equivalent circuit of a dc machine, Equivalent Circuit of a DC Machine ...

Equivalent Circuit of a DC Machine A review of the material presented with regard to elementary direct-current machines can be helpful at this stage to recall the principles of

Bidirectional shift register, Design 2-bit bidirectional shift register? ...

Design 2-bit bidirectional shift register? ## A list of ten 8-bit numbers is located at address $5000. Write a 68000 Assembly program (flowchart and code) to sort those numbe

Determine the line-to-line voltage at the load terminal, Q. A balanced delt...

Q. A balanced delta-connected load has a per-phase impedance of 45 60° . It is connected to a three-phase, 208-V, 60-Hz supply by a three- phase feeder that has a per-phase impeda

Charge variation with time, Q. A charge variation with time is given in Fig...

Q. A charge variation with time is given in Figure. Draw the corresponding current variation with time.

Explain working of cardiac pacemaker, Q. Explain working of Cardiac Pacemak...

Q. Explain working of Cardiac Pacemaker? When blockage occurs to the biological signals that stimulate the heart to beat, the application of electric pacemaker pulses forcing t

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