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

Drain characteristics of fet, Q. In The Drain Characteristics Of FET What D...

Q. In The Drain Characteristics Of FET What Does The Region At Pinch Off? Field Effect Transistors (FETs) utilize a conductive channel whose resistance is controlled by an appl

Effective mass, Effective Mass The electrons' "wave-particle" motio...

Effective Mass The electrons' "wave-particle" motion in a lattice is not the same as that for a free electron, because of the interaction with the periodic potential of the

Explain thevenin''s theorem procedure, Thevenin's theorem procedure:   1. ...

Thevenin's theorem procedure:   1.  Open circuit R L and find Thevenin's voltage (V TH ). 2.  Find Thevenin's resistance (R TH ) when voltage source is short circuit or curren

Explain working of digital process control, Q. Explain working of Digital P...

Q. Explain working of Digital Process Control? Figure shows a block diagram for microcomputer-based control of a physical process, such as a chemical plant. A slight variation

Explain load flow analysis, Explain Load Flow Analysis The method commo...

Explain Load Flow Analysis The method commonly used for load flow analysis is the nodal analysis. The nodal analysis method is given in many books on circuit theory and is base

Find the power supplied by the voltage source, Find the power supplied by t...

Find the power supplied by the voltage source and the power absorbed by the 24 Ω resistor (R3) in the circuit shown below:   Determine the voltage V2 in the circuit shown.

What do you mean by direct coupling, Q What do you mean by Direct coupling?...

Q What do you mean by Direct coupling? In this method the a.c. output signal is fed directly to the next stage. No reactance is included in this coupling network. Special d.c.

Addition of two sinusoids, Connect the 2 kHz (sin ωt) signal to input A of ...

Connect the 2 kHz (sin ωt) signal to input A of the "Adder" module Connect input B to ground (GND). Connect the outputof the"Adder"(GA+gB) to input A-CH1 of "Scope Selector".

Linear and digital ics, write down the application of shift register and ex...

write down the application of shift register and explain it.

Industrial approach of speed control dc series motor, industrial approach o...

industrial approach of speed control of dc series 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