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:

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

Settings

The settings for value are:

ConstantValueDescription
 mcfpNone0

No padding.

 mcfpBlack1

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.