←Select platform

Data Property (FourierTransformInformation)

Summary

Gets the 2D data array.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public [Leadtools.Imageprocessing.Core.Complex[]](complex.html) Data {get;}
Public ReadOnly Property Data As Leadtools.Imageprocessing.Core.Complex()
public [Leadtools.Imageprocessing.Core.Complex[]](complex.html) Data {get;}
@property (nonatomic, assign, nullable) const LTComplex *data
public Complex[] getData()
get_Data();

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].

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