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

Demultiplexer, full sub tractor using demultiplexer

full sub tractor using demultiplexer

EMI, Ask question (c) Reduce each of the given signal transmission situatio...

Ask question (c) Reduce each of the given signal transmission situations to a source, coupling path(s), and receptor: (i) AM radio transmission to the human ear. (ii) TV transmis

Find current-voltage-resistance or power, 1.   Work out the  voltage for ...

1.   Work out the  voltage for the following arrangement of 1.5V cells : (to achieve a pass grade, solve problems with cells in series, parallel and series-parallel) 2.

Probability of availability of free lines, Q. How does one arrive at the pr...

Q. How does one arrive at the probability of availability of free lines during busy hour? How can this be improved? Ans: One can arrive at probability of free lines during busy

Mode1 - power supplies , Mode1 When the positive  pulse  from PWM  is a...

Mode1 When the positive  pulse  from PWM  is applied to the transistor Q shown  in figure  it gets  turned  on. In  this condition current  flows  through  transistor Q and.

inverters- recifiers and inverters, Inverters Inverter is a device w...

Inverters Inverter is a device which  converts dc power into ac  power at desired output voltage and frequency. Inverters are used in  uninterruptible power  supply  hvdc  tra

Subtract registers and borrow from accumulator, Subtract Registers and Borr...

Subtract Registers and Borrow from Accumulator The  contents of the  register  and borrow  flag  are subtracted from   the contents of the accumulator and the  result is  store

What is logic gates - microprocessor, What is Logic Gates? The Logic Gat...

What is Logic Gates? The Logic Gates are circuits made up of transistors, diodes, and resistors. The Logic gates process one or more input signals in a logical fashion. Dependin

Design mux, Design 8:1 Mux for a given function, f=Σ (0, 1,5,7,9, 13)

Design 8:1 Mux for a given function, f=Σ (0, 1,5,7,9, 13)

Resistance of 1200 m of copper cable, Verify the resistance of 1200 m of co...

Verify the resistance of 1200 m of copper cable having a diameter of 12 mm if the resistivity of copper is 1.7 x 10-8 Ωm

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