←Select platform

FourierTransformInformation Constructor(RasterImage,FastFourierTransformCommandFlags)

Summary
Initializes a new FourierTransformInformation object with an explicit flag.
Syntax
C#
Objective-C
C++/CLI
Python
- (nullable instancetype)initWithImage:(LTRasterImage *)image flags:(LTFastFourierTransformCommandFlags)flags error:(NSError **)error NS_DESIGNATED_INITIALIZER; 
public: 
FourierTransformInformation(  
   RasterImage^ image, 
   FastFourierTransformCommandFlags flags 
) 
__init__(self,image,flags) # Overloaded constructor 

Parameters

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

Remarks

The only flags that this overload accepts are FastFourierTransformCommandFlags.PadOptimally and FastFourierTransformCommandFlags.PadSquarel.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.