LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Data Property (FourierTransformInformation)






Gets the 2D data array. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FourierTransformInformation Class
FourierTransformInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.