LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FourierTransformInformation Property (FrequencyFilterMaskCommand)

Show in webframe







Gets or sets a FrequencyFilterMaskCommand() structure that contains information about the Fourier Transform.
Syntax
public FourierTransformInformation FourierTransformInformation {get; set;}
'Declaration
 
Public Property FourierTransformInformation As FourierTransformInformation
'Usage
 
Dim instance As FrequencyFilterMaskCommand
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

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

Target Platforms

See Also

Reference

FrequencyFilterMaskCommand Class
FrequencyFilterMaskCommand Members

 

 


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