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

Sketch the timing diagram for a 4-bit ripple counter, Q. Sketch the timing ...

Q. Sketch the timing diagram for a 4-bit ripple counter which uses T flip-flops.

Compute the received carrier frequency, Consider a transmitter S which radi...

Consider a transmitter S which radiates a sinusoidal carrier frequency of 1850 MHz. For a vehicle moving at 26.82 m/s, compute the received carrier frequency if the vehicle is movi

Explain mesh - current method, Q. Explain Mesh - Current Method? This c...

Q. Explain Mesh - Current Method? This complements the nodal-voltage method of circuit analysis. A set of independent mesh-current variables that implicitly satisfy the KCL equ

Explain standard set of procedure used in completing a call, Q. Explain Sta...

Q. Explain Standard set of procedure used in Completing a call? Completing a local telephone call between two subscribers linked to the same telephone switch is accomplished th

Determine radius of curvature of concave spherical mirror, The focal length...

The focal length of a concave spherical mirror is equal to 1 meter. What is the radius of curvature of this mirror? Ans: The radius of curvature of this mirror is 2 meter.

What is meant by polling, What is meant by polling? Polling or device p...

What is meant by polling? Polling or device polling is a process which recognizes the device that has interrupted the microprocessor.

Calculate the maximum length of an optical fibre, Calculate the maximum len...

Calculate the maximum length of an optical fibre that exhibits 0.8dB/km attenuation if the optical output is 10mW and the power launched at the input is 150mW. [Hint: Loss, L=10 lo

Explain generating mode of rotating machines, Q. Explain Generating mode of...

Q. Explain Generating mode of rotating machines? The generating mode has mechanical power input and electric power output. The torque T applied externally to the shaft drives t

Battery service provider system specification, The vehicle batteries shall ...

The vehicle batteries shall be owned by the battery service provider. The automobile battery shall be recyclable, environmentally friendly, and safe. The battery service pr

Transistor configurations, TRANSISTOR CONFIGURATIONS: Transistor circu...

TRANSISTOR CONFIGURATIONS: Transistor circuits may be categorized into three configurations based on which terminal is common to both of the input and output of circuit. Th

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