gaussian Element Reference

2D discrete, symmetric gaussian filter, centered at the origin More...

Inheritance diagram for gaussian:

filter

List of all members.

Attributes

ureal_t support
 Size of symmetric filter in pixels.
ureal_t sigma
 Sigma parameter of this gaussian distribution (standard deviation).


Detailed Description

2D discrete, symmetric gaussian filter, centered at the origin

Note:
Separable like most of the other filters, but we're not taking advantage of this to make the filter framework cleaner and more cohesive.

gaussian corresponds to the underlying Milton class 'GaussianFilter.'


Attribute Documentation

Size of symmetric filter in pixels.

typepositive real scalar
optionaltrue
default2
unitspixels

ureal_t gaussian::sigma

Sigma parameter of this gaussian distribution (standard deviation).

typepositive real scalar
optionaltrue
default1
unitspixels


Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6