←Select platform

FourierTransformInformation Property

Summary

Gets or sets a FrequencyFilterCommand() structure that contains information on the Fourier Transform.

Syntax

C#
VB
WinRT C#
C++
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');  

Property Value

FrequencyFilterCommand() structure is a two-dimensional array holding the frequency components.

Example

Refer to FrequencyFilterCommand()

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly