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

Fourier transform for the function, The far-field pattern of an antenna can...

The far-field pattern of an antenna can be modeled as the two dimensional Fourier Transform of the aperture. 1. Determine the 2D Fourier Transform for the function

Factors which affect the inductance of an inductor, Factors which affect th...

Factors which affect the inductance of an inductor include:  i)  The number of turns of wire (N) - more turns the higher the inductance ii)  The cross-sectional area of the

Compare call and push instructions, Compare CALL and PUSH instructions ...

Compare CALL and PUSH instructions CALL PUSH When CALL is implemented the microprocessor automatically stores the 16-bit address of the instruction next to CALL on the sta

Derive the equations of the self bias circuit, Q. Derive the equations of t...

Q. Derive the equations of the self bias circuit? A circuit which is used to establish a stable operating point is the self biasing configuration. The circuit is shown in Fig

Determine frequency of rotor current, A 3 phase, 6 pole induction motor is ...

A 3 phase, 6 pole induction motor is rated at 400hz, 150v, 10h.p., 3% slip at rated power output. The windage and friction loss is 200w at rated speed. With the motor operating at

Explain position servo in a radar system, Q. Explain Position servo in a ra...

Q. Explain Position servo in a radar system? Figure depicts the essential elements of a position servo system. In a radar system, an electromagnetic pulse is radiated from an a

System diagram of complex programmable logic device, The system diagram for...

The system diagram for the proposed unit is shown below. The system operates on the principle of Time to Rate Conversion. Signals from the heart beat sensor are amplified

Digital control system, block diagram of digital control system and explain...

block diagram of digital control system and explain each block

Pid controller design, PID controllers are popularly adopted in a wide rang...

PID controllers are popularly adopted in a wide range of industrial processes. The objective of this design practical is to study the way this PID controller changes system dynamic

Bad workmanship, Bad Workmanship Bad workmanship contributes important...

Bad Workmanship Bad workmanship contributes importantly towards increasing distribution losses. Efforts should, thus, be made to have the best probable workmanship. In this co

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