'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.