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

Transformers, AC Operation of an iron core         ...

AC Operation of an iron core         Hence, if a wattmeter were used to measure the power delivered over a full period of the waveform (which will also b

Why we need biasing, Q. Why we Need biasing? Need for biasing : Baising...

Q. Why we Need biasing? Need for biasing : Baising is necessary to establish the quiescent operating point so that the device operates with the linear region without exceeding

Determine the fall-off rate, Q. A low-pass filter circuit is shown in Figur...

Q. A low-pass filter circuit is shown in Figure. Using a PSpice program and PROBE, obtain the Bode magnitude plot for the transfer function ¯H(f) = ¯V out / ¯V in for the frequ

Chemistry, explain why entropy of a gas increases with volume and tempeart...

explain why entropy of a gas increases with volume and tempearture

Determine the number of poles of this ac motor, Q. A three-phase ac motor, ...

Q. A three-phase ac motor, used to drive a draft fan, is connected to a 60-Hz voltage supply. At noload, the speed is 1188 r/min; at full load, the speed drops to 1128 r/min. (a

Explain digital signal formatting, Q. Explain Digital Signal Formatting? ...

Q. Explain Digital Signal Formatting? After quantization and coding the samples of the message, a suitable waveform has to be chosen to represent the bits. This waveformcan the

Constant frequency system, Constant Frequency System In this  system c...

Constant Frequency System In this  system chopping period  T is kept constant but the  on time T om is varied. This  system is also referred to pulse with modulation or time

Obstacle avoidance Arduino robot, we work as a group on Automoted guided ve...

we work as a group on Automoted guided vehicles project, with 2 vehicles one is leading and the other is guided and following the first one, i was assigned to write an obstacle avo

Advanced mobile phone system, Q. Advanced Mobile Phone System? Cellular...

Q. Advanced Mobile Phone System? Cellular systems employed cells with a radius in the range of 5-18 km. The base station usually transmitted at a power level of 35 W or less, a

Daa decimal adjust accumulator instruction , DAA Decimal Adjust Accumulator...

DAA Decimal Adjust Accumulator Instruction This  instruction adjusts the contents  of the accumulator  into BDC (Binary Coded Decimal )  form  after a BCD  addition. It should

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