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

Formation of energy bands in solids, Describe in brief the Formation of ene...

Describe in brief the Formation of energy bands in solids and hence explain how it helps to classify the solid in to conductors and insulators. Energy Bands in Solids Acco

Vhdl, Im doing my final year project and Im stuck in vhdl coding. The main...

Im doing my final year project and Im stuck in vhdl coding. The main mission of this project is to design and build a tap changer which is going to be fitted to power transformers

Insulators, various types of electrical insulators used in electrical engin...

various types of electrical insulators used in electrical engineering

What are the applications of jfet, Q. What are the applications of JFET? ...

Q. What are the applications of JFET? · FET is used as a buffer in measuring instruments, receivers since it has high input impedance and low output impedance. · FET's are u

Operation of mosfet, Operation of MOSFET The operation of a metal-oxi...

Operation of MOSFET The operation of a metal-oxide-semiconductor field-effect transistor which is abbreviated as MOSFET can be separated into three modes, depending upon the

Zener diode, where is a zener diode used in a car

where is a zener diode used in a car

Oscillator, how to design colpitts oscillator?

how to design colpitts oscillator?

Determine and sketch il for inductance, Q. For the circuit of Figure, deter...

Q. For the circuit of Figure, determine and sketch i L (t) and vC(t) for inductance values of (a)3/4 H, (b) 2/3 H, and (c) 3/17 H. Note that the inductance values are chosen her

Can you explain about slew rate, Q. Can you explain about Slew Rate? Sl...

Q. Can you explain about Slew Rate? Slew (or slewing) rate is a measure of how fast the output voltage can change. It is given by the maximum value of dvo/dt , which is normall

List out the five categories of the 8085 instructions, List out the five ca...

List out the five categories of the 8085 instructions. Give examples of the instructions for each group. 1.  Data transfer group - MOV, MVI, LXI. 2.  Arithmetic group - ADD,

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