←Select platform

FourierTransformInformation Constructor(RasterImage,FastFourierTransformCommandFlags)

Summary

Initializes a new FourierTransformInformation object with an explicit flag.

Syntax
C#
VB
Objective-C
C++
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal flags As FastFourierTransformCommandFlags _ 
) 
- (nullable instancetype)initWithImage:(LTRasterImage *)image flags:(LTFastFourierTransformCommandFlags)flags error:(NSError **)error 
public: 
FourierTransformInformation(  
   RasterImage^ image, 
   FastFourierTransformCommandFlags flags 
) 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly