FourierTransformInformation structure that contains information about the transform. The Data property of the FourierTransformInformation object is a two-dimensional array that will hold the frequency components of the image.
public FourierTransformInformation FourierTransformInformation { get; set; }
Public Property FourierTransformInformation As Leadtools.Imageprocessing.Core.FourierTransformInformation
public Leadtools.Imageprocessing.Core.FourierTransformInformation FourierTransformInformation {get; set;}
@property (nonatomic, strong, null_unspecified) LTFourierTransformInformation *fourierTransformInformation
<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^ );
}
FourierTransformInformation structure. The Data property of the FourierTransformInformation object is a two-dimensional array that will hold the frequency components of the image. Its dimensions must be the same as the image dimensions.
Refer to FourierTransformDisplayCommand.
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