←Select platform

FourierTransformInformation Constructor(RasterImage,FastFourierTransformCommandFlags)

Summary

Initializes a new FourierTransformInformation object with an explicit flag.

Syntax

C#
VB
Objective-C
WinRT C#
C++
- (nullable instancetype)initWithImage:(LTRasterImage *)image flags:(LTFastFourierTransformCommandFlags)flags error:(NSError **)error 
function FourierTransformInformation(  
   image , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly