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

Leadtools.ImageProcessing.Core Assembly