filter Element Reference

2D discrete, symmetric filter which can be compactly / efficiently stored / applied using a 2D kernel (array) More...

Inheritance diagram for filter:

box dynamic gaussian lanzcosSinc mitchell triangle

Detailed Description

2D discrete, symmetric filter which can be compactly / efficiently stored / applied using a 2D kernel (array)

Note:
filter corresponds to the underlying Milton class 'KernelFilter.'

Available filter variants:

dynamic, box, triangle, gaussian, mitchell, lanzcosSinc

Example usage:

"filter" : {
"type" : "lanzcosSinc",
"support" : 2,
"tau" : 1.3,
},

Generated on 28 Feb 2009 for MiltonScenefileFormat by doxygen 1.5.6