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

What is error-rate control, Q. What is error-rate control? A system is ...

Q. What is error-rate control? A system is said to possess error-rate damping when the generation of the output in some way depends upon the rate of change of the actuating sig

Explain the johnson counters, Explain the Johnson Counters? The Johnson...

Explain the Johnson Counters? The Johnson counters are a variation of standard ring counters with the inverted output of the last stage fed back to the input of the first stage

12345, how do you get better at school

how do you get better at school

Numerical analysis curve fitting, Ask question #Minimum 100 wThe voltage v...

Ask question #Minimum 100 wThe voltage v across a capacitor at time t seconds is given by the following table. Use the principle of least squares to fit a curve of the form v = ae

Show the procedure of octal to decimal conversion, Q. Show the procedure of...

Q. Show the procedure of Octal to Decimal Conversion? To convert from Octal to Decimal, multiply the value in every position by its Octal weight and add each value. Using the v

Need of microphone in telephone hand set, Q. Need of Microphone in telephon...

Q. Need of Microphone in telephone hand set? Microphone: For all practical purposes, microphone is transmitter for telephone. The microphone converts acoustical signals in the

Pulse width modulation, Change the brightness of the most beneficial illumi...

Change the brightness of the most beneficial illuminated LED to represent voltages among the ranges so that if the value is half way among the range then the LED should be 50% brig

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