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

Explain bios, Explain BIOS The IBM PC has in its ROM a collection of ro...

Explain BIOS The IBM PC has in its ROM a collection of routines, each of which performs some particular function such as reading a character from keyboard, writing character to

Apparatus for BCD to excess 3, Apparatus for BCD to excess 3 convertor usin...

Apparatus for BCD to excess 3 convertor using nand and nor gates

Resultant force, State and prove parallelogram law of forces and explain i...

State and prove parallelogram law of forces and explain it''s applications

Averaged power dissipated in the load, (a) Consider the following transmiss...

(a) Consider the following transmission line with the reactance X1 placed across the input. It is being driven with a frequency ω such that the length of the line is λ/4. W

Define the property under which resistance of metals vanish, The property d...

The property due to which the resistance of some metal or compound vanishes under certain conditions is (A) Semi conductivity.                     (B) Super conductivity.

Describe 74ls139 memory decoder, Describe 74LS139 memory decoder. The 7...

Describe 74LS139 memory decoder. The 74LS139 is a dual 2-to-4 line decoder. This contains two separate 2-to-4 line decoders - all with its address, output and enable connection

How many machine cycles does 8085 have, How many machine cycles does 8085 h...

How many machine cycles does 8085 have, mention them The 8085 have seven machine cycles. They are Opcode fetch Memory read Memory write I/O read I/O

Find the efficiency of the transformer, Q. A three-phase, 600-kVA, 2300:230...

Q. A three-phase, 600-kVA, 2300:230-V,Y-Y trans-former bank has an iron loss of 4400Wand a full-load copper loss of 7600 W. Find the efficiency of the transformer for 70%full load

Software, Write a computer program to implement the finite difference metho...

Write a computer program to implement the finite difference method. The program can be in any computer language that is available within the school. Set up the code to find the pot

Structure of bipolar junction transistor, Structure of Bipolar junction tra...

Structure of Bipolar junction transistor:  A BJT contains three differently doped semiconductor regions that are: emitter region, base region and collector region. These regio

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