gaussian Element Reference
2D discrete, symmetric gaussian filter, centered at the origin More...
Inheritance diagram for gaussian:

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
| ureal_t gaussian::support |
| ureal_t gaussian::sigma |
Sigma parameter of this gaussian distribution (standard deviation).
| type | positive real scalar |
| optional | true |
| default | 1 |
| units | pixels |
Generated on 28 Feb 2009 for MiltonScenefileFormat by
1.5.6