LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FourierTransformInformation Property (FrequencyFilterCommand)

Show in webframe







Gets or sets a FrequencyFilterCommand() structure that contains information on the Fourier Transform.
Syntax
public FourierTransformInformation FourierTransformInformation {get; set;}
'Declaration
 
Public Property FourierTransformInformation As FourierTransformInformation
'Usage
 
Dim instance As FrequencyFilterCommand
Dim value As FourierTransformInformation
 
instance.FourierTransformInformation = value
 
value = instance.FourierTransformInformation
public FourierTransformInformation FourierTransformInformation {get; set;}

            

            
 
get_FourierTransformInformation();
set_FourierTransformInformation(value);
Object.defineProperty('FourierTransformInformation');
public:
property FourierTransformInformation^ FourierTransformInformation {
   FourierTransformInformation^ get();
   void set (    FourierTransformInformation^ value);
}

Property Value

FrequencyFilterCommand() structure is a two-dimensional array holding the frequency components.
Example
Refer to FrequencyFilterCommand()
Requirements

Target Platforms

See Also

Reference

FrequencyFilterCommand Class
FrequencyFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.