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

Show that the effective inductance of the two coils, Q. The self-inductance...

Q. The self-inductances of two coupled coils are L 11 and L 22 , and the mutual inductance between them is M. Show that the effective inductance of the two coils in series is give

Name the special functions registers available in 8051, Name the special fu...

Name the special functions registers available in 8051. Accumulator B Register Program Status Word. Stack Pointer. Data Pointer. Port 0 Port 1 Port 2 Po

Magnetic Circuits:, A circular ring of magnetic material has a mean length ...

A circular ring of magnetic material has a mean length of 1m and a cross sectional area of .001m^2.A sawcut of 5mm width is made in the ring . calculate the magnetizing current req

Transformers., Calculations of sending line voltage

Calculations of sending line voltage

Show step-motor control system, Q. Show Step-motor control system? Figu...

Q. Show Step-motor control system? Figure illustrates a system in which the prime mover used in the disk-drive system is a step motor driven by pulse commands. In response to e

Why earthing is required for any electrical equipments, Why earthing is req...

Why earthing is required for any electrical equipments, domestic installation and service building etc? For TL coaches what is the minimum I.R. value needed for new wiring? An

Analogue and digital, 1. Pattern recognition A synchronous sequential machi...

1. Pattern recognition A synchronous sequential machine is to generate 1 on output z after the next clock pulse whenever the bit sequence on input x has exactly two 0’s in the last

Determine the two possible ssb am signals, Let the modulating signal m(t) b...

Let the modulating signal m(t) be a sinusoid of the form m(t) = cos 2πf m t, f m c , and let the carrier signal be cos(2πf c t + φc). (a) Determine the conventional AM signal,

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