Scale-space pyramids, Electrical Engineering

Assignment Help:

Scale-space pyramids

  Write an m-file "scale_space.m" which computes scale space representation of an input image for a given scale "sigma" and displays them.

(i) 4 scale levels, all the levels have the same size.

function scale_space(imn, sigma)

s=sigma;
figure(1);
imshow(imn,[]);
for i=1:3
  g=gauss(s);
  imgx=?
  imgxy=?
  s=?
  figure(i+1);
  imshow(imgxy,[]);

end

(ii) 4 scale levels, every next level is twice smaller than the previous one.
To sample the image use:
imn=imgxy(1:sampling_step:end,1:sampling_step:end);
Choose the sampling_step.

Discuss these representations.
How do they differ? Are they equivalent? Which one is more suitable? Why?


Related Discussions:- Scale-space pyramids

Explain soft ferrites and their applications, Explain Soft ferrites and the...

Explain Soft ferrites and their applications. Soft ferrites and their applications: Such are non- metallic compounds having ferric oxide and one or two bivalent metal oxides as

Explain workinf of colpitts oscillator, Q. Explain workinf of colpitts osci...

Q. Explain workinf of colpitts oscillator? When the collector supply voltage V cc is switched on, the capacitors C1 and Cz are charged. These capacitors C1 and Cz discharge thr

Usage of fixed bias, Usage: Because of the above inherent drawbacks, f...

Usage: Because of the above inherent drawbacks, fixed bias is seldom used in linear circuits (that is those circuits which use the transistor like a current source). Instead,

Illustrate working of application layer, Q. Illustrate working of Applicati...

Q. Illustrate working of Application Layer? As the highest layer in OSI reference model, application layer provides services to users of OSI environment. Layer

THE THEORY, I WANT TO KNOW WHAT IS THE THORY OF PLOTTING V-I CHARACTERISTIC...

I WANT TO KNOW WHAT IS THE THORY OF PLOTTING V-I CHARACTERISTIC CURVE OF SILICON DIODE ???

Image enhancement, Explain briefly the operation, draw the functions, formu...

Explain briefly the operation, draw the functions, formulas and observations. (i) Write an m-file "imnorm.m" which takes an image finds min and max values and uses them to nor

Frequency response of your amplifier, a) What is meant by frequency respons...

a) What is meant by frequency response and how would you check the performance of your amplifier? b) Calculate the Voltage Gain of your amplifier at a range of frequencies suffic

Explain the types of coupling, Problem : a) What is the definition of E...

Problem : a) What is the definition of Electromagnetic Compatibility (EMC) according to the International Electrotechnical Commission (IEC) and why is it gaining increasing imp

What is the maximum speedup, Question: (a) Explain the following metric...

Question: (a) Explain the following metrics: (i) Throughput (ii) Latency (iii) IPC (b) Of the three factors in the equation (EXCPU = Number of instructions × CPI × cy

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