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

Phantom or fictitious loading method, Phantom or Fictitious Loading Method ...

Phantom or Fictitious Loading Method While the capacity of meters under test is extremely high, testing with actual load method would includes a considerable loss of power and

Find the minimum rate of sampling, Find the minimum rate of sampling that m...

Find the minimum rate of sampling that must be used to convert the message into digital form: (a) If an audio message has a spectral extent of 3 kHz. (b) If a television sign

Write a short note on rs-232-c, Q. Write a short note on RS-232-C. Ans...

Q. Write a short note on RS-232-C. Ans: RS-232 standard is a collection of connection standards between different pieces of equipment. EIA RS-232 serial communication standard

Dc electric motors, T h er e are three main types -   The Shu...

T h er e are three main types -   The Shunt Connected DC motor in which the armature coils are connected in parallel with the field coils   The Serie

What do you mean by waveforms, Q. What do you mean by Waveforms? We are...

Q. What do you mean by Waveforms? We are often interested in waveforms, which may not be constant in time of particular interest is a periodic waveform, which is a time-varying

Simplified operation on transistor, Simplified operation: Figu...

Simplified operation: Figure: Simple circuit to show the labels of a bipolar transistor. The essential value of a transistor comes from its capability to make use

#t voice controlled mobile base, The aim of this project is to design, co...

The aim of this project is to design, construct and build a motorised base driven by two small dc motors. The motor drives are two H-bridges. The switching devices in these bridges

Find the current and voltage at input terminals of the line, Q. A source of...

Q. A source of impedance ¯ Z S = R S = 100  has an open-circuit voltage v S (t) = 12.5 cos ωot and drives a 75- transmission line terminated with a 75- load. Find the current

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