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

How to calculate the bus - bar voltage and kilowatt output., Q.   Two shunt...

Q.   Two shunt wound generators running in parallel supply a total load current of 4000 A. Each generator has an armature resistance of 0.02? and a field of 40?. The fiels are exci

Princeton and harvard microprocessor architectures, Question a) Explain...

Question a) Explain, with the aid of diagrams, the differences between the Princeton and Harvard microprocessor architectures. b) Describe why the principle of locality of r

Advantages and disadvantages of rc coupled amplifier, Q. Advantages and Dis...

Q. Advantages and Disadvantages of rc coupled amplifier? Advantages 1. Aids excellent frequency response.The gain is constant over the audio frequency range 2. It has l

Compute the firing angle for the rated braking torque, Consider a 3-hp, 220...

Consider a 3-hp, 220-V, 1800-r/min separately excited dcmotor controlled by a single-phase fully controlled rectifierwith an ac source voltage of 230Vat 60Hz.Assume that the full-l

Explain the effect of feedback on amplifier bandwidth, Q. Explain the effec...

Q. Explain the effect of feedback on amplifier bandwidth? The bandwidth of an amplifier is defined as the range of frequencies for which the gain remains constant.The gain -ban

Common drain amplifier, Common Drain Amplifier In electronics, a comm...

Common Drain Amplifier In electronics, a common-drain amplifier, as well termed as a source follower, is one type of three basic single-stage field effect transistor (FET) am

Service standards and agricultural users, Service standards: The forum...

Service standards: The forum of regulators (constituted through the central government for consistency in regulation in the area of distribution) will decide the basic framewo

Explain wireless electromagnetic channels, Q. Explain Wireless electromagne...

Q. Explain Wireless electromagnetic channels? Wireless electromagnetic channels are used in wireless communication systems, in which the electromagnetic energy is coupled to th

Calculate the unknown thermal conductivity, Derive the mathematical 3-D hea...

Derive the mathematical 3-D heat conduction equation in Spherical Coordinates? A furnace is made up of three layers of thicknesses 250 mm, 150 mm nad 100 mm with thermal conduct

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