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

Define quantization error, Define Quantization Error? Quantization by i...

Define Quantization Error? Quantization by its nature introduces errors. There are two major sources of errors. One is sampling, that just takes the amplitude of the signal at

Factors affecting choice of observation, Factors Affecting Choice of Obser...

Factors Affecting Choice of Observation: Observers are influenced by a number of factors in the process of observation. Black and champion have identified three such factors.

Show advantage of digital control system over analog system, Q. Show Advant...

Q. Show Advantage of digital control system over analog system? Sampled data and digital control offer several advantages over analog systems: • More compact and lightweight

Explain time multiplexed space switching, Explain time multiplexed space sw...

Explain time multiplexed space switching? With a neat diagram illustrate its operation. Ans: Time division switches where an outlet or an inlet corresponded to a single s

Calculate the magnitude of fault current, Figure shows an isolated three-ph...

Figure shows an isolated three-phase load supplied from a 33 kV/11 kV substation via a 30 km long three-phase 11 kV overhead line. The overhead line has the following series parame

Explain telephone hand set and it’s working, Q. Explain Telephone hand set ...

Q. Explain Telephone hand set and it’s working ? A standard telephone set is comprised of a transmitter, a receiver and electrical network for equalization, associated circ

What are the supplementary services, Q. What are the supplementary services...

Q. What are the supplementary services? new services are called supplementary services and some of the prominent ones are as below: Category 1: Abbreviateddialling

P-n junction, P-N Junction   A p-n junction is made by joining P-ty...

P-N Junction   A p-n junction is made by joining P-type and N-type semiconductors together in extremely close contact. The word junction consider to the boundary interface

Power electronics, principle of 120 degree mode of operation of voltage sou...

principle of 120 degree mode of operation of voltage source intverter

Electronics, Figure 1(a) shows a simple one-stage MOSFET amplifier. The inp...

Figure 1(a) shows a simple one-stage MOSFET amplifier. The input-output relationship is graphed in Figure 1(b), where the solid curve indicates operation in the saturated region an

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