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

Architecture of 8085 microprocessor, Architecture of 8085 Microprocessor ...

Architecture of 8085 Microprocessor The 8085  microprocessor  is an 8 bit  general purpose microprocessor. 8 bit  processor  means it can  read write  and process 8 bit  data

Discuss the assembler directive of offset, Discuss the assembler directive ...

Discuss the assembler directive of OFFSET with example. OFFSET: This is an operator to find out the offset (displacement) of a variable or process regarding the base

Mention some characteristics of transistors, Q. Mention some characteristic...

Q. Mention some characteristics of transistors? · When a NPN transistor is working, there is always a constant 0.6 volt drop between the base and emitter, i.e., the base is alw

Flush plate in residential circuitry, When sizing wire, one of the most dif...

When sizing wire, one of the most difficult tasks is to calculate the electrical load that will be present on the conductors. How do you decide what size wire to use? What two fact

What is meant by amplification, Q. What is meant by amplification? The ...

Q. What is meant by amplification? The basic amplifying elements are, namely valves (vacuum tubes), bipolar transistors and FETs. The term "amplify" basically means to make str

Generator, loses and efficency of generator

loses and efficency of generator

Generation and control of electron beam, Illustration the basic working pri...

Illustration the basic working principle, process parameters, economics, safety precautions and applications of plasma Arc Machining process(PAM) Discuss Electron Beam Machining

Switched mode power supply , Switched Mode Power Supply  (SMPS) Switch...

Switched Mode Power Supply  (SMPS) Switching mode power  supply converts an unregulated DC voltage  to a regulated DC  output  voltage . SMPS  stands  for switched mode  power

Find the number of possible station frequencies, Q. Find the number of poss...

Q. Find the number of possible station frequencies in the AM broadcast system in the United States

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