Gaussian derivatives, Electrical Engineering

Assignment Help:

Gaussian derivatives

Generate Gaussian kernels for a given scale "sigma", and display the kernel.

The size of the kernel should be floor(3*sigm)+1;

(i) Write an m-file "gauss.m" which generates Gaussian kernel.

function G=gauss(sigm)
s=floor(3*sigm)+1;
x=[-s:s];
G = exp(-x.^2/(2*sigm^2));
G=G/sum(sum(G));
plot(?);

Why G has to be normalized?

(ii) write an m-file gauss_x.m which generates 1 order derivative of the Gaussian kernel.

function G=gauss_x(sigm)
s=floor(3*sigm)+1;
x=[-s:s];

G=?

(iii)  Write an m-file gauss_xx.m which generates 2 order derivative of the Gaussian kernel.

function G=gauss_xx(sigm)
s=floor(3*sigm)+1;
x=[-s:s];
G=?

Observe Gaussian kernels for different sigma values.
Why the size of the kernel should be  (3*sigm)+1 ?


Related Discussions:- Gaussian derivatives

Vehicle tracking system, coding for vehicle tracking system using gsm in av...

coding for vehicle tracking system using gsm in avr atmega16 microcontroller

Define successive approximation digital to analog converter, Define Success...

Define Successive Approximation Digital to Analog Converter? Successive approximation ADCs transform analog signals to digital data by comparing the incoming analog signal alo

Find the voltage drops across the resistors, Consider the network shown in ...

Consider the network shown in Figure (a). (a) Find the voltage drops across the resistors and mark them with their polarities on the circuit diagram. (b) Check whether the KV

Illustrate working of application layer, Q. Illustrate working of Applicati...

Q. Illustrate working of Application Layer? As the highest layer in OSI reference model, application layer provides services to users of OSI environment. Layer

Explain contact resistance, Explain Contact resistance. Contact resista...

Explain Contact resistance. Contact resistance: It is measured as the voltage drop from tail to tail of the mated contacts along with specified current flowing through the cont

Explain the working of electronic multimeter, Q.  Give suitable block diag...

Q.  Give suitable block diagram to explain the working of electronic multimeter. Sol. An electronic multimeter is a laboratory instrument which is capable of measurement of

3-phase 120 degree mode vsi , 3-phase  120 0 Mode VSI In 1200 mode ...

3-phase  120 0 Mode VSI In 1200 mode VSI each thyristor  conducts for 1200. At a  time only  thyristor  one form  upper  group  and another  form group will conduct.  Only th

Basic & Advance Building Wiring, Hello may i know if it is possible for me ...

Hello may i know if it is possible for me to teach online on electrical maters?

Emi, applications of heterodyne wave analyzer

applications of heterodyne wave analyzer

Sub threshold, Sub Threshold The sub threshold I-V curve depends expon...

Sub Threshold The sub threshold I-V curve depends exponentially on the threshold voltage, introducing a strong reliance on any manufacturing variation that influences threshol

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