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

Diode circuits, Diode Circuits: Prob. (a) Draw the piecewise linear v...

Diode Circuits: Prob. (a) Draw the piecewise linear volt ampere characteristic of a p n diode. What are the circuit models for the ON state and the OFF state. (b) Determ

What is the voltage controlled resistance region, Q. What is the Voltage co...

Q. What is the Voltage controlled resistance region?  In this region the JFET can actually be employed as a variable resistor whose resistance is controlled by the applied gate

Ac waveform, which ckt. Or components using for irregular ac sine wave ...

which ckt. Or components using for irregular ac sine wave change into pure sine wave.......

Zener Diode, #question ...THE APPLICATION AND OPERATION OF ZENER DIODES

#question ...THE APPLICATION AND OPERATION OF ZENER DIODES

What is pipelined architecture, What is pipelined architecture? The com...

What is pipelined architecture? The computer is composed of two parts that operate asynchronously one part known as a BIU, fetches instruction from code memory while the memory

What is the minimum sampling rate, Q. The magnitude spectrum of a continuou...

Q. The magnitude spectrum of a continuous  image is as given below.  a) Sketch the frequency response of the sampled spectrum if   ωs =1.5 ωm along x and 3ωm along  y directions

Find the current in each resistor, For the network shown in Figure, find th...

For the network shown in Figure, find the current in each resistor by means of nodal analysis.

Classification of feedback control systems by control action, Classificatio...

Classification of Feedback Control Systems by Control Action A more common means of describing industrial and process controllers is by the way in which the error signal E(s) i

Classification of solids insulators semiconductor condutors, Classification...

Classification of Solids into Insulators, Semiconductor and Conductors A solid can conduct electric current if the electrons can move in it. This is possible only when an ener

Explain magnetic property of ferromagnetic materials, The critical temperat...

The critical temperature above which the ferromagnetic materials lose their magnetic property is known as (A) Hysteresis.                                   (B) Curie point.

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