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 the objectives of load flow analysis, Define the Objectives of Load ...

Define the Objectives of Load Flow Analysis The objectives of load flow analysis are: (i) To analyse an existing power system, future expansion or a new power system plan.

Calculate the normalized piecewise cubic spline curve, a) Define the blendi...

a) Define the blending function reparanetrization. b) Four position vectors P1[0 , 0], P2[1 ,1], P3[2 ,-1] ,P4[3, 0] are provided with tangent vectors P1'[1,1] and P4'[1,1]. Cal

Write a short note on heat sink, Q. Write a short note on heat sink For...

Q. Write a short note on heat sink For transistors handling small signals ,the power dissipated at the collector is small.Such transistors have little chances of thermal runawa

Which metal has material with lowest resistivity, The material with lowest ...

The material with lowest resistivity is (A) Constantan.         (B) Silver. (C) manganin.            (D) nichrome. Ans: The material with lowest resist

Analog Filters, Each of the following functions is abs(H(jw))^2 of a certai...

Each of the following functions is abs(H(jw))^2 of a certain network function H(s). Obtain all the possible H(s) for each given abs(H(jw))^2. [(w^4)+25]/[(w^4)+(12w^2)+49]

What are advantages of segmentation, What are advantages of segmentation...

What are advantages of segmentation ? However because the segment register is 16 bit broad and the memory requires 20 bits for an address the 8086 appends 4 bits segment reg

What do you mean by retention of risk, Q. What do you mean by Retention of ...

Q. What do you mean by Retention of Risk? Retention of Risk: In case of this method, the organization voluntarily accepts the risk since either the risk is insignificant or its

What minimum value of coupling resistance, Q. It is desired to have a sag o...

Q. It is desired to have a sag or tilt of no more than 10% when a 50Hz square wave is impressed on an amplifier stage. The output circuit resistance is Rv=1K. What minimum value of

Name the various magnetically hard alloys, Name the various magnetically ha...

Name the various magnetically hard alloys. Several of the magnetically hard materials are rare earth carbon steel, cobalt, tungsten steel, alnico, hard ferrites and cobalt stee

Microcontroller - introduction to microprocessors , Microcontroller Mic...

Microcontroller Microcontroller  is also known  as computer  on a chip  this  includes basic  features of microprocessor (ALU Registers  and control circuits ) with  1 k to 2k

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