GdPicture image identifier. Only 1 bit per pixel images with black and white palette are supported.
Option to try to detect the dots of i and j letters in the text and not remove it as part of noise. If set to true, will slow down the filter a little.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / FxBitonalVigorousDespeckle Method

FxBitonalVigorousDespeckle Method (GdPictureImaging)

In This Topic
Performs an extreme despeckle filter on a GdPicture image or on an area of a GdPicture image defined by SetROI() method.
Syntax
'Declaration

 

Public Function FxBitonalVigorousDespeckle( _

   ByVal ImageID As Integer, _

   ByVal CheckForDotOfI As Boolean _

) As GdPictureStatus
public GdPictureStatus FxBitonalVigorousDespeckle( 

   int ImageID,

   bool CheckForDotOfI

)
public function FxBitonalVigorousDespeckle( 

    ImageID: Integer;

    CheckForDotOfI: Boolean

): GdPictureStatus; 
public function FxBitonalVigorousDespeckle( 

   ImageID : int,

   CheckForDotOfI : boolean

) : GdPictureStatus;
public: GdPictureStatus FxBitonalVigorousDespeckle( 

   int ImageID,

   bool CheckForDotOfI

) 
public:

GdPictureStatus FxBitonalVigorousDespeckle( 

   int ImageID,

   bool CheckForDotOfI

) 

Parameters

ImageID
GdPicture image identifier. Only 1 bit per pixel images with black and white palette are supported.
CheckForDotOfI
Option to try to detect the dots of i and j letters in the text and not remove it as part of noise. If set to true, will slow down the filter a little.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the Image Documents component to run.

See Also