#include "speckle.h"#include "blobs.h"#include "ratngs.h"#include "varable.h"Functions | |
| void | AddLargeSpeckleTo (BLOB_CHOICE_LIST *Choices) |
| BOOL8 | LargeSpeckle (TBLOB *Blob, TEXTROW *Row) |
Variables | |
| double | speckle_large_max_size = 0.30 |
| double | speckle_small_penalty = 10.0 |
| double | speckle_large_penalty = 10.0 |
| double | speckle_small_certainty = -1.0 |
| void AddLargeSpeckleTo | ( | BLOB_CHOICE_LIST * | Choices | ) |
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| double speckle_large_max_size = 0.30 |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Global Data Definitions and Declarations ---------------------------------------------------------------------------- "Max large speckle size"
| double speckle_large_penalty = 10.0 |
"Large speckle penalty"
| double speckle_small_certainty = -1.0 |
"Small speckle certainty"
| double speckle_small_penalty = 10.0 |
"Small speckle penalty"
1.6.3