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

Illustrate breakpoint analysis, Q. Illustrate Breakpoint Analysis? When...

Q. Illustrate Breakpoint Analysis? When a circuit consists of two or more ideal diodes, it will have several distinct operating conditions resulting from the off and on states

Define sampling below the nyquist rate, Define Sampling below the Nyquist R...

Define Sampling below the Nyquist Rate? A further reduction of the sampling frequency will reason one sample to be taken each period. The Case 3 plot depicts the effect of this

Evaluate the quiescent point of the circuit, Question: a). For the circ...

Question: a). For the circuit shown in figure state which operation is performed and draw the output waveform if measured between points A and B. The input signal is given in f

Improving joints and connections - energy loss, Improving Joints and Connec...

Improving Joints and Connections - Energy Loss Improper joints are a source of energy loss in both overhead and underground systems. The conductivity of joint should not be le

Explain the asynchronous decade counter, Explain the Asynchronous Decade Co...

Explain the Asynchronous Decade Counter? The binary counters earlier introduced have two to the power n states. But the counters with states less than this number are as well

Explain bandwidth and applications of rc coupled amplifier, Q. Explain the ...

Q. Explain the bandwidth for the curve and the applications of an RC coupled amplifier. Frequency response curve of an RC coupled amplifier was shown above(prev page). The cut

Sampling of digital communication systems, Q. Sampling of digital communica...

Q. Sampling of digital communication systems? Sampling of an analog signal makes it discrete in time. A bandlimited signal can be recovered exactly from its samples, taken peri

Digital controller for a steam-turbine driven generator, Q. Digital control...

Q. Digital controller for a steam-turbine driven generator? Figure illustrates the basic elements of a minicomputer system in terms of a block diagram for speed and voltage con

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