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

Humming , I am getting humming noice in speaker when I connect to laptop on...

I am getting humming noice in speaker when I connect to laptop on ac when I put it on dc (battery) it''s dispear . Please help

Thermal Transducers, what is the working of thermal transducers?

what is the working of thermal transducers?

Network theorems, what is the limitations of maximum power transfer thorem ...

what is the limitations of maximum power transfer thorem ?

Dc motor, write the working and construction of dc motor.

write the working and construction of dc motor.

Determine maximum length for cable, You have been asked to help on the desi...

You have been asked to help on the design of CDU's new electric vehicle. The vehicle is to be powered by a 96V, 300A battery pack and you need to decide on the maximum length you c

Circuite theory, In real life, transformers have losses which cause their b...

In real life, transformers have losses which cause their behaviour to deviate from the ideal. Explain the reasons for this non-ideal behaviour

What is independent bus request scheme, What is independent bus request sch...

What is independent bus request scheme? Each of the master's needs a pair of request and grant pins which are connected to the controlling logic. The busy line is common for al

Explain the working of a depletion type mosfet, Q. With a cross sectional v...

Q. With a cross sectional view, explain the working of a depletion type MOSFET Draw a biasing amplifier circuit DEPLETION-TYPE MOSFET: Two types of FETs: JFETs and MOSFETs. MOS

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