LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

FrequencyFilterCommand Constructor(FourierTransformInformation,LeadRect,FrequencyFilterCommandFlags)






FourierTransformInformation structure. The Data property of the FourierTransformInformation structure is a two-dimensional array holding the frequency components.
Specifies the filter dimension that will be applied, it represents the frequency range to be kept or removed. The left value refers to the minimum X harmonic, the right refers to the maximum X harmonic, the top refers to the minimum Y harmonic and the bottom refers to the maximum Y harmonic. The maximum X harmonic equals Width -1 and the maximum Y harmonic equals Height -1.
Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. You can use a bit wise OR (|) to specify one flag from each group.
Initializes a new FrequencyFilterCommand class object with explicit parameters. .NET support WinRT support
Syntax
'Declaration
 
Public Function New( _
   ByVal fourierTransformInformation As FourierTransformInformation, _
   ByVal rectangle As LeadRect, _
   ByVal flags As FrequencyFilterCommandFlags _
)
'Usage
 
Dim fourierTransformInformation As FourierTransformInformation
Dim rectangle As LeadRect
Dim flags As FrequencyFilterCommandFlags
 
Dim instance As New FrequencyFilterCommand(fourierTransformInformation, rectangle, flags)
function FrequencyFilterCommand( 
   fourierTransformInformation ,
   rectangle ,
   flags 
)

Parameters

fourierTransformInformation
FourierTransformInformation structure. The Data property of the FourierTransformInformation structure is a two-dimensional array holding the frequency components.
rectangle
Specifies the filter dimension that will be applied, it represents the frequency range to be kept or removed. The left value refers to the minimum X harmonic, the right refers to the maximum X harmonic, the top refers to the minimum Y harmonic and the bottom refers to the maximum Y harmonic. The maximum X harmonic equals Width -1 and the maximum Y harmonic equals Height -1.
flags
Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to FrequencyFilterCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FrequencyFilterCommand Class
FrequencyFilterCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.