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

FrequencyFilterMaskCommand Constructor(RasterImage,FourierTransformInformation,Boolean)






RasterImage object that contains the mask image.
FourierTransformInformation structure. The Data property of the FourierTransformInformation structure is a two-dimensional array holding the frequency components.
Value that indicates whether the frequency components are removed if the corresponding pixel value is zero. Possible values are:
Value Meaning
true If the pixel value equals zero the frequency components in its location in the Data property of the FourierTransformInformation structure will be removed, otherwise no change. A component is "removed" when both members of the corresponding Complex structure are set to 0.
false The frequency component in the pixel location in Data property of the FourierTransformInformation structure will be multiplied by the value of the pixel divided by 255.
Initializes a new FrequencyFilterMaskCommand class object with explicit parameters. .NET support WinRT support
Syntax
public FrequencyFilterMaskCommand( 
   RasterImage maskImage,
   FourierTransformInformation fourierTransformInformation,
   bool onOff
)
'Declaration
 
Public Function New( _
   ByVal maskImage As RasterImage, _
   ByVal fourierTransformInformation As FourierTransformInformation, _
   ByVal onOff As Boolean _
)
'Usage
 
Dim maskImage As RasterImage
Dim fourierTransformInformation As FourierTransformInformation
Dim onOff As Boolean
 
Dim instance As New FrequencyFilterMaskCommand(maskImage, fourierTransformInformation, onOff)
public FrequencyFilterMaskCommand( 
   RasterImage maskImage,
   FourierTransformInformation fourierTransformInformation,
   bool onOff
)
function FrequencyFilterMaskCommand( 
   maskImage ,
   fourierTransformInformation ,
   onOff 
)
public:
FrequencyFilterMaskCommand( 
   RasterImage^ maskImage,
   FourierTransformInformation^ fourierTransformInformation,
   bool onOff
)

Parameters

maskImage
RasterImage object that contains the mask image.
fourierTransformInformation
FourierTransformInformation structure. The Data property of the FourierTransformInformation structure is a two-dimensional array holding the frequency components.
onOff
Value that indicates whether the frequency components are removed if the corresponding pixel value is zero. Possible values are:
Value Meaning
true If the pixel value equals zero the frequency components in its location in the Data property of the FourierTransformInformation structure will be removed, otherwise no change. A component is "removed" when both members of the corresponding Complex structure are set to 0.
false The frequency component in the pixel location in Data property of the FourierTransformInformation structure will be multiplied by the value of the pixel divided by 255.
Example
Refer to FrequencyFilterMaskCommand.
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

FrequencyFilterMaskCommand Class
FrequencyFilterMaskCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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