Description
Property used to specify whether the FFT should be performed on the biggest contained power of 2 - size image/vector, or on the smallest containing power of 2 - size image/vector.
-
Property type
-
A mcFFTPadding enumeration.
-
Syntax
-
object.Padding [= value]
The Padding Property syntax has these parts: |
| object | An expression evaluating to an object of type McFFT. | | value | A mcFFTPadding enumeration, as described in settings. | Settings The settings for value are:
 | mcfpNone | 0 |
No padding.
|
 | mcfpBlack | 1 |
Pad image using black (0) bands.
|
Remarks
When processing is done on a bigger image, regions which are laying outside of the original image are set to a value depending on the value of this property.
|