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

By the nodal analysis find the current delivered, By means of nodal analysi...

By means of nodal analysis, find the current delivered by the 10-V source and the voltage across the 10- resistance in the circuit shown in figure.

Show transformer equivalent circuits, Q. Show Transformer equivalent circui...

Q. Show Transformer equivalent circuits? Transformers come in various sizes, from very small, weighing only a few ounces, to very large, weighing hundreds of tons. The ratings

What do you mean by direct coupling, Q What do you mean by Direct coupling?...

Q What do you mean by Direct coupling? In this method the a.c. output signal is fed directly to the next stage. No reactance is included in this coupling network. Special d.c.

#kinetic energy, how does the increase in the kinetic energy of a proton co...

how does the increase in the kinetic energy of a proton compare with the increase in kinetic energy of the alpha particle in part?

Determine the current in the circuit and the voltage, Q. Two identical junc...

Q. Two identical junction diodes whose volt-ampere relation is given by Equation in which IS = 0.1 µA, VT = 25 mV, and η = 2, are connected as shown in Figure. Determine the curren

Diploma in electrical engineering, After I complete my diploma how I get a ...

After I complete my diploma how I get a job in goverment

Illustrates typical thermal noise waveform, Q. Illustrates typical thermal ...

Q. Illustrates typical thermal noise waveform? In general, any physical resistor or lossy device can be modeled by a noise source in series with a noiseless resistor, as shown

Design a mealy system, Design a Mealy system whose output is 1 iff there ha...

Design a Mealy system whose output is 1 iff there have been exactly two 1's followed by a 0 and then a 1. (a) Assume overlapping is allowed (b) Assume overlapping is not

Wireless and communication, With a maximum excess delay of and a chip durat...

With a maximum excess delay of and a chip duration of , the multipath components fall in delay bins. This means that we experience leakage of energy between chips and the channel i

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