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 isolated i/o scheme, Explain isolated I/O scheme. In I/O mapped...

Explain isolated I/O scheme. In I/O mapped I/O scheme the addresses allocated to memory locations can also be assigned to I/O devices. Because the same address may be assigned

Exponentially weighted moving average, 1. The Excel file contains daily clo...

1. The Excel file contains daily closes for the S&P/TSX composite index from January 2, 2008 to December 31, 2010. Assuming that December 31, 2010 is the current day. A) Using the

What is UNIVERSAL SERIAL BUS, What is USB? USB: The USB (UNIVERSAL SERI...

What is USB? USB: The USB (UNIVERSAL SERIAL BUS) is intended to join peripheral devices as keyboards, modems, a mouse and sound cards to the microprocessor by a serial data pat

Magnetic circuits, Suppose we have a coil wound onto a ring of material wit...

Suppose we have a coil wound onto a ring of material with relative permeability µ r . Provided that the relative permeability µ r  >> 1, then the magnetic flux lines will s

Wye -delta conversion, how to write theory background on practical about t...

how to write theory background on practical about this topic.

Basic principles of electrical engineering, What is ideal and real sources?...

What is ideal and real sources? Source conversion? Nodal voltage method for d.c circuit?

Determine the function of time for the clock, Q. Determine the function of ...

Q. Determine the function of time for the clock? Given the block diagram for a 4-bit shift-left register shown in Figure (a), draw the output (Q 0 , Q 1 , Q 2 , Q 3 , and data

Norton equivalent circuit, Cointruct and simulate using multisim software a...

Cointruct and simulate using multisim software a series voltage regulator to supply 1A to a load at a constant voltage of 9V. The supply voltage to regulator is 15V±10%. The minimu

Explain the parallel in - parallel out shift registers, Explain the Paralle...

Explain the Parallel In - Parallel Out Shift Registers? For "parallel in - parallel out" shift registers all data bits show on the parallel outputs immediately following the si

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