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

What is 16-bit isa, What is 16-bit ISA? Compare it with 8-bit ISA bus. ...

What is 16-bit ISA? Compare it with 8-bit ISA bus. The only difference among the 8 and 16-bit ISA bus is that other connector is attached behind the 8-bit connector. This 16-bi

Calculate the resistivity of an alloy of copper, The resistivity of pure co...

The resistivity of pure copper is 1.56 micro-ohm -cm.  An alloy of copper contains 1 atomic percent nickel has a resistivity of 2.81 micro-ohm-cm. An alloy of copper containing 3-

Find the bandwidth of the modulated signal, The signal m(t), whose frequenc...

The signal m(t), whose frequency spectrum M(f ) is to be transmitted from one station to another. Let the signal be nor- malized, i.e., -1 ≤ m(t) ≤ 1. Find the bandwidth of the mod

Matlab help, hello i have MATLAB 2013 how can i send and receive files usi...

hello i have MATLAB 2013 how can i send and receive files using Bluetooth

Compute the load power factor, Considering Figure, let balanced positive-se...

Considering Figure, let balanced positive-sequence, three-phase voltages with ¯V AB = 100√3 0° V (rms) be applied to terminals A, B, and C. The three-phase wye-connected balanced

Describe the function of material handling system, a) Diagram FMS layout co...

a) Diagram FMS layout configurations with labeling. b) what are the basic components of FMS?Discuss in briefly. c) Describe the function of material handling system.

Difference among microprocessor and microcontroller, In Microprocessor more...

In Microprocessor more op-codes, few bit handling instructions. But in Microcontroller: fewer op-codes, more bit handling Instructions, and also it is described as a device that ha

Determine the line-to-line voltage at the load terminal, Q. A balanced delt...

Q. A balanced delta-connected load has a per-phase impedance of 45 60° . It is connected to a three-phase, 208-V, 60-Hz supply by a three- phase feeder that has a per-phase impeda

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