Description
This property exposes the shape of the region to filter in the frequency domain.
-
Property type
-
A mcFFTFilterShape enumeration.
-
Syntax
-
object.FilterShape [= value]
The FilterShape Property syntax has these parts: |
| object | An expression evaluating to an object of type McFFT. | | value | A mcFFTFilterShape enumeration, as described in settings. | Settings The settings for value are:
 | mcfsRectangle | 0 |
Filter is applied to a rectangular AOI.
|
 | mcfsCircle | 1 |
Filter is applied to an elliptic AOI.
|
Remarks
The region can be either rectangular (mcfsRectangle) or elliptic (mcfsCircle).
|