Specifies the Image despeckle mode setting.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_despeckle_mode_set( AT_BOOL bMode ); |
Name | Type | Description |
---|---|---|
bMode | AT_BOOL | Image despeckle mode to be set. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; ErrCount += IG_REC_despeckle_mode_set(TRUE); |
The function specifies whether the adaptive noise removal algorithm is to be activated during image pre-processing, auto-zoning, or recognition.
The noise removal algorithm runs only on bi-tonal images with a resolution of 280 dpi or higher.
This setting might influence the accuracy of the recognition.