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

Find the bandwidth of the circuit, Q. A simple parallel resonant circuit wi...

Q. A simple parallel resonant circuit with L = 50 µH is used to performthe frequency selection. The circuit is to be tuned to the first station at a frequency of 1000 kHz. In order

Give the properties and application of glass, Give the properties and appli...

Give the properties and application of glass. Glass - It is an inorganic material made by the fusion of various metallic oxides. The properties of glass are as - Glass is

Explain how to represent power lines, Explain How to Represent Power Lines?...

Explain How to Represent Power Lines? The equivalent circuit of a power line depends on the length of the line and on the accuracy of the model required. In general, any power

Electromagnetic torque, The torque produced by each conductor in the field ...

The torque produced by each conductor in the field will be:  where A is the area of the armature winding in the magnetic field, Ia is the current in armature winding, and B

DLD, draw alogic diagramto implement F=ABCDE using only 3 inputAND gates

draw alogic diagramto implement F=ABCDE using only 3 inputAND gates

How single stepping can be done in 8086, How single stepping can be done in...

How single stepping can be done in 8086? By setting the Trace Flag (TF) the 8086 goes to single-step mode. In this mode, after the implementation of every instruction s 8086 ge

PSpice Project, I would send the project file so you can take a look at it....

I would send the project file so you can take a look at it.

Modern physics, jsidjsiod dkndkdisd dknssbs bsjbabd asj u dhihf ujojdsajfs...

jsidjsiod dkndkdisd dknssbs bsjbabd asj u dhihf ujojdsajfs sjssaidhsidw idgsdusadidjwap ewkeowr krwnrh bwvr [ wrj wrj 1 nnwoi khiwrjw ko e woewerijr rjwr jr rjhpr

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