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

Digital control system, block diagram of digital control system and explain...

block diagram of digital control system and explain each block

Calculate the total charge on the integrator, Q. Consider the dual-slope A/...

Q. Consider the dual-slope A/D converter of Figure. (a) Calculate the total charge on the integrator due to the input voltage Vin during the signal integration time T. (b) Ob

Define permanent magnet, Define permanent magnet A permanent magnet is ...

Define permanent magnet A permanent magnet is a piece of ferromagnetic material (like as iron, nickel or cobalt) which has properties of attracting several pieces of these mater

Working of crt, Q.   Explain working of CRT with suitable diagram discuss t...

Q.   Explain working of CRT with suitable diagram discuss the focusing arrangement. What is need of aquadag? OR Why are the operating voltages of a cathode ray tube arran

Redraw the wheat stone bridge circuit, Redraw the Wheat stone bridge circui...

Redraw the Wheat stone bridge circuit of Figure and show that Equation holds good for the null condition when the meter A reads zero current.

Write shorte note on carbon, Write shorte note on Carbon. Carbon: The...

Write shorte note on Carbon. Carbon: The rate of commutator wear in electrical machines is greatly decreased by using brushes made of carbon. Carbon (C) is also used in autom

How time slot interchange, Q. How time slot interchange switch works in tim...

Q. How time slot interchange switch works in time multiplexed time switching, Elucidate using schematic. Ans: Switches for which inlets and outlets are trunks that carry tim

Explain medium length lines, Explain Medium length lines? Medium length...

Explain Medium length lines? Medium length lines cover lines in the range of 50 to 150 miles (80 to 240 km). Due to the increased length of the line, the shunt capacitance of t

DC Generator, What is Commutator? Explain in brief about the Commutator act...

What is Commutator? Explain in brief about the Commutator action in dc generator.

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