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

What is meant by blanking, a. Explain the following terms: (6) (i) Persi...

a. Explain the following terms: (6) (i) Persistence of vision (ii) Flicker in motion pictures b. What is meant by blanking? What is the need of blanking pulses? Compare th

Obtain the current by means of mesh-current analysis, By means of mesh-curr...

By means of mesh-current analysis, obtain the current in the 10-V source and the voltage across the 10- resistor in the circuit of Example.

Sketch the waveform of the circuit , The following four output displays of ...

The following four output displays of an oscilloscope (right hand side, below) show waveforms of a biased diode ac circuit. An example is illustrated on the left hand side. VIN is

Determine the memory access time, Question: (a) Explain the types of ha...

Question: (a) Explain the types of hazards in a 5 stage pipeline. (b) Describe the three RAW dependencies in the following instructions. i: R7←R12+R15 i + 1: R8←R7-R1

Design a signal generator, Aims Exploring the analog output capabili...

Aims Exploring the analog output capabilities of the PIC trainer Write PIC assembly code to implement a simple multi-function signal generator Equipment PIC Trainer

What do you understand by progressive control, Q. What do you understand by...

Q. What do you understand by progressive control? Progressive Control: Step by step system is an example of progressive control. The connection is set up in stages, in response

First quadrant or class a chopper, First Quadrant or Class A chopper A ...

First Quadrant or Class A chopper A chopper  two mode operation of class  A chopper  can be explained as follow.

OSILATOR, COULD U INTERDUCE AN OSILATOR THAT MAKES TRIANGULAR AND SIN WAVE?...

COULD U INTERDUCE AN OSILATOR THAT MAKES TRIANGULAR AND SIN WAVE?

Explain memory mapped i/o scheme, Explain Memory Mapped I/O Scheme. Me...

Explain Memory Mapped I/O Scheme. Memory Mapped I/O Scheme: In such scheme there is only one address space. These address space is defined as all possible addresses which 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