←Select platform

FourierTransformInformation Property

Summary

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

Syntax
C#
VB
C++
public FourierTransformInformation FourierTransformInformation { get; set; } 
Public Property FourierTransformInformation As FourierTransformInformation 
public: 
property FourierTransformInformation^ FourierTransformInformation { 
   FourierTransformInformation^ get(); 
   void set (    FourierTransformInformation^ ); 
} 

Property Value

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

Example

Refer to FrequencyFilterCommand()

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly