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

Clapp oscillator, derivation of frequency of oscillators clapp and derive C...

derivation of frequency of oscillators clapp and derive C effect?

Plug and socket condition -safe conduct, Plug and Socket Condition : In th...

Plug and Socket Condition : In the same way that your knowledge of flexes and fuses is wasted if you don't care to ensure that flexes and cables are routed safely and sensibly, so

Explain quantizing analog signals, Explain Quantizing Analog Signals? ...

Explain Quantizing Analog Signals? A common analog-to-digital conversion pipeline contains a spectrum limiter (a simple low-pass or bandpass filter), a sample and hold circuit

Methods for speed and torque control of induction motors, Q. Methods for sp...

Q. Methods for speed and torque control of induction motors? The following are methods available for speed and torque control of induction motors. • Pole-changing method

UJT Help, What''s the formula for the VB2'' in a UJT?

What''s the formula for the VB2'' in a UJT?

Design a circuit using op-amp amplifier, Design a circuit using op-amp that...

Design a circuit using op-amp that will reject the 60kHz power line noise and also reject high signal frequency above 800Khz. The stop-band width around the 60kHz centre frequency

Smallest unit of information on a machine, Q. Smallest unit of information ...

Q. Smallest unit of information on a machine? Short for the binary digit the smallest unit of information on a machine. This term was first used in 1946 by the John Tukey, a le

Discuss the low- and high-frequency designs, Consider a CS JFET amplifier w...

Consider a CS JFET amplifier with the following parameters : R 1 = 350 k; R 2 = 100 k, R SS = 1200 , R D = 900 , R L = 1000 , R S = 2000 , ro = 15 k,gm = 6 × 10 -3 S,

Compute sending - end voltage current and real power, Q. Athree-phase, 60-H...

Q. Athree-phase, 60-Hz transmission line has a total series impedance of 22.86 62.3°  per phase. It delivers 2.5 MW at 13.8 kV to a load connected to its receiving end. Compute th

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

which principle is used in d.c motor

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