C#
VB
WinRT C#
C++
Gets or sets a FrequencyFilterCommand() structure that contains information on the Fourier Transform.
public FourierTransformInformation FourierTransformInformation { get; set; }
Public Property FourierTransformInformation As Leadtools.Imageprocessing.Core.FourierTransformInformation
public Leadtools.Imageprocessing.Core.FourierTransformInformation FourierTransformInformation {get; set;}
<br/>get_FourierTransformInformation();<br/>set_FourierTransformInformation(value);<br/>Object.defineProperty('FourierTransformInformation');
public:
property Leadtools.Imageprocessing.Core.FourierTransformInformation^ FourierTransformInformation {
Leadtools.Imageprocessing.Core.FourierTransformInformation^ get();
void set ( Leadtools.Imageprocessing.Core.FourierTransformInformation^ );
}
FrequencyFilterCommand() structure is a two-dimensional array holding the frequency components.
Refer to FrequencyFilterCommand()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET