#include "fxdefs.h"#include "varable.h"Go to the source code of this file.
Functions | |
| CHAR_FEATURES | BlobMicroFeatures (TBLOB *Blob, LINE_STATS *LineStats) |
Variables | |
| double | classify_min_slope = 0.414213562 |
| double | classify_max_slope = 2.414213562 |
| double | classify_noise_segment_length = 0.00 |
| CHAR_FEATURES BlobMicroFeatures | ( | TBLOB * | Blob, | |
| LINE_STATS * | LineStats | |||
| ) |
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| double classify_max_slope = 2.414213562 |
"Slope above which lines are called vertical"
| double classify_min_slope = 0.414213562 |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Variables ---------------------------------------------------------------------------- "Slope below which lines are called horizontal"
| double classify_noise_segment_length = 0.00 |
"Length below which outline segments" "are treated as noise"
"Length below which outline segments are treated as noise"
1.6.3