←Select platform

FourierTransformInformation Constructor(RasterImage)

Summary
Initializes a new FourierTransformInformation object with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal image As RasterImage _ 
) 
- (nullable instancetype)initWithImage:(LTRasterImage *)image error:(NSError **)error 
public FourierTransformInformation(RasterImage image) 
public: 
FourierTransformInformation(  
   RasterImage^ image 
) 

Parameters

image
RasterImage object used to specify the width and height of the 2d Complex array.

Example

Refer to FastFourierTransformCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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