LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Data Property (FourierTransformInformation)

Show in webframe







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;}

            

            
 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.