←Select platform

FourierTransformInformation Constructor(RasterImage)

Summary

Initializes a new FourierTransformInformation object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public FourierTransformInformation(  
   Leadtools.RasterImage image 
) 
Public Function New( _ 
   ByVal image As Leadtools.RasterImage _ 
) 
public FourierTransformInformation(  
   Leadtools.RasterImage image 
) 
- (nullable instancetype)initWithImage:(LTRasterImage *)image error:(NSError **)error
public FourierTransformInformation(RasterImage image)
function FourierTransformInformation(  
   image  
) 
public: 
FourierTransformInformation(  
   Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize