Initializes a new FourierTransformInformation object with an explicit flag.
Public Function New( _ByVal image As Leadtools.RasterImage, _ByVal flags As Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags _)
public FourierTransformInformation(Leadtools.RasterImage image,Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags flags)
- (nullable instancetype)initWithImage:(LTRasterImage *)image flags:(LTFastFourierTransformCommandFlags)flags error:(NSError **)error function FourierTransformInformation(image ,flags)
public:FourierTransformInformation(Leadtools.RasterImage^ image,Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags flags)
image
RasterImage object used to specify the width and height of the 2D Complex array.
flags
Flags that indicate how to pad images whose dimensions are not a power of two
The only flags that this overload accepts are FastFourierTransformCommandFlags.PadOptimally and FastFourierTransformCommandFlags.PadSquarel.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
