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:

PartDescription
objectAn expression evaluating to an object of type McFFT.
valueA mcFFTFilterShape enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcfsRectangle0

Filter is applied to a rectangular AOI.

 mcfsCircle1

Filter is applied to an elliptic AOI.

Remarks

The region can be either rectangular (mcfsRectangle) or elliptic (mcfsCircle).