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

Assembly language instructions, Normal 0 false false false ...

Normal 0 false false false EN-IN X-NONE X-NONE

Erc and kpi, ERC and KPI The company requires understanding the strate...

ERC and KPI The company requires understanding the strategic and nearing term impact of the Regulator's orders / tariff approval process. Once these dimensions are understood,

Induction motor, principle and operation of a 3phace induction motor

principle and operation of a 3phace induction motor

Minimized circuit not -or and gate, 1.  Given S(D1) = !Q1 X + !Q1 Q0 + Q1 !...

1.  Given S(D1) = !Q1 X + !Q1 Q0 + Q1 !Q0 !X                                                        and       S(D0) = !Q1 !Q0 !X + Q0 X + Q1 !Q0 !X       A.  DRAW A MINIMI

Determine the energy fluence - fluence rate, 1. The photon fluence rate is ...

1. The photon fluence rate is 10 7 photons mm -2 sec -1 for a beam of γ rays. One fourth of the photons have energies of 100 keV, one half have energies of 80 keV and the remain

Permeability and b-h curve for different magnetic materials, Permeability a...

Permeability and B-H curve for different magnetic materials Permeability is the ability of a magnetic circuit to create magnetic flux lines in a material or substance that prod

Calculate the current flow using norton theorem, Calculate the current flo...

Calculate the current flow in 30Ω resistor for the circuit in figure using Norton Theorem.

What do you understand by dram and its refreshing, What do you understand b...

What do you understand by DRAM and its refreshing? Dynamic RAM (DRAM) is fundamentally the same as SRAM, but this retains data for only 2 or 4 ms on an internal capacitor. But

inverters- recifiers and inverters, Inverters Inverter is a device w...

Inverters Inverter is a device which  converts dc power into ac  power at desired output voltage and frequency. Inverters are used in  uninterruptible power  supply  hvdc  tra

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