Tesseract
3.02
|
Go to the source code of this file.
Functions | |
void | AddLargeSpeckleTo (BLOB_CHOICE_LIST *Choices) |
BOOL8 | LargeSpeckle (TBLOB *Blob) |
void AddLargeSpeckleTo | ( | BLOB_CHOICE_LIST * | Choices | ) |
This routine adds a null choice to Choices with a rating equal to the worst rating in Choices plus a pad. The certainty of the new choice is the same as the certainty of the worst choice in Choices. The new choice is added to the end of Choices.
Globals:
Choices | choices to add a speckle choice to |
Exceptions: none History: Mon Mar 11 11:08:11 1991, DSJ, Created.
Definition at line 62 of file speckle.cpp.
This routine returns TRUE if both the width of height of Blob are less than the MaxLargeSpeckleSize.
Globals:
Exceptions: none History: Mon Mar 11 10:06:49 1991, DSJ, Created.
blob | blob to test against speckle criteria |
Definition at line 103 of file speckle.cpp.