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

Determine the resulting waveform, Two pure sine waves have similar amplitud...

Two pure sine waves have similar amplitude "A" and frequency "f." They are out of phase through 180 degrees. If these two signals are added, the resulting waveform will be:

Service standards and agricultural users, Service standards: The forum...

Service standards: The forum of regulators (constituted through the central government for consistency in regulation in the area of distribution) will decide the basic framewo

Machine language - first generation language, Machine Language ( First Gene...

Machine Language ( First Generation Language) As we have  already discussed that all digital  circuits  can identify  only two  states which  can be specified  by 0 and i henc

Mips simulator, The coursework requires you to work in pairs to write a Jav...

The coursework requires you to work in pairs to write a Java application that will take a numerical representation of a MIPS program and simulate its execution. MIPS is a Load-S

Electronic Devices, To demonstrate a practical method of testing semiconduc...

To demonstrate a practical method of testing semiconductor diodes.

The quantity of electricity transferred., If a current of 10A flows for fou...

If a current of 10A flows for four minutes, find the quantity of electricity transferred. Quantity of electricity, Q=It coulombs. I =10A and t = 4 × 60 = 240s.  Hence Q =

Energy stored in a magnetic field , Energy stored in a magnetic field ...

Energy stored in a magnetic field Consider a circuit consisting of a voltage supply,  switch,  resistor  and  a  coil  of  N turns wound on a toroid of length l, all in series

Lime, what is the formula of lime water

what is the formula of lime water

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