Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Data Property (FourierTransformInformation)








Gets the 2D data array.
Syntax
public Complex[] Data {get;}
'Declaration
 
Public ReadOnly Property Data As Complex()
'Usage
 
Dim instance As FourierTransformInformation
Dim value() As Complex
 
value = instance.Data
public Complex[] Data {get;}
@property (nonatomic, assign, nullable) const LTComplex *data
public Complex[] getData()
 get_Data(); 
public:
property array<Complex>^ Data {
   array<Complex>^ get();
}

Property Value

The 2D data array. Note that, although only one element is declared in the array, the array contains Width * Height elements. The frequency component for the pixel (row, col) is Data[row * Width + col].
Example
Refer to FastFourierTransformCommand()
Requirements

Target Platforms

See Also

Reference

FourierTransformInformation Class
FourierTransformInformation Members

Error processing SSI file