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

Compute product of inductance and capacitance, Q. The inductance per unit l...

Q. The inductance per unit length in H/m for parallel-plate infinitely long conductors in air is given by L = µ 0 d/w = 4π×10 -7 d/w, where d and w are inmeters. Compute L (per un

Determine the rate at which the magnitude falls, Q A high-pass filter circu...

Q A high-pass filter circuit is shown in Figure. Using a PSpice program and PROBE, obtain the Bode magnitude plot for the transfer function ¯H(f) = ¯V out / ¯V in for frequency ra

Basic working of optical coupler, Q. Basic working of optical coupler? ...

Q. Basic working of optical coupler? The optical coupler is suitable for frequencies in the low megahertz range. The photodiode type shown above can handle only small currents;

Thermal Transducers, what is the working of thermal transducers?

what is the working of thermal transducers?

What is pipelined architecture, What is pipelined architecture? The com...

What is pipelined architecture? The computer is composed of two parts that operate asynchronously one part known as a BIU, fetches instruction from code memory while the memory

Microprocessor, distingish between maximum and minimum modes of operations ...

distingish between maximum and minimum modes of operations of 8086 with timing diagrames

Formulate the s-domain nodal equations, Consider the circuit shown in Figur...

Consider the circuit shown in Figure in the t -domain as well as in the s-domain. Formulate the s-domain nodal equations and use MATLAB to solve for V A (s) and V B (s).

Explain the construction and working of calomel electrode , 1.  Explain the...

1.  Explain the construction and working of Calomel electrode 2.  Derive an expression for the electrode potential of a glass electrode. 3.  What are ion selective electrodes

Explain about common control switching system, Q. Explain about Common Cont...

Q. Explain about Common Control Switching System? Common Control Switching System: A functional block diagram of a common control switching system is displayed in Figure. Contr

Meter field testing - sealing points, Meter Field Testing - Sealing Points ...

Meter Field Testing - Sealing Points The meter seal should be tamper proof. The consumer should be briefed about seals. The sealing of all metering systems should be completed

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