|
tesseract
4.00.00dev
|
#include <blobs.h>
Public Member Functions | |
| EDGEPT () | |
| EDGEPT (const EDGEPT &src) | |
| EDGEPT & | operator= (const EDGEPT &src) |
| void | CopyFrom (const EDGEPT &src) |
| int | WeightedDistance (const EDGEPT &other, int x_factor) const |
| bool | EqualPos (const EDGEPT &other) const |
| TBOX | SegmentBox (const EDGEPT *end) const |
| int | SegmentArea (const EDGEPT *end) const |
| bool | ShortNonCircularSegment (int min_points, const EDGEPT *end) const |
| void | Hide () |
| void | Reveal () |
| bool | IsHidden () const |
| void | MarkChop () |
| bool | IsChopPt () const |
Public Attributes | |
| TPOINT | pos |
| VECTOR | vec |
| char | flags [EDGEPTFLAGS] |
| EDGEPT * | next |
| EDGEPT * | prev |
| C_OUTLINE * | src_outline |
| int | start_step |
| int | step_count |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 122 of file blobs.h.
Definition at line 108 of file blobs.h.
Definition at line 135 of file blobs.h.
| char EDGEPT::flags[EDGEPTFLAGS] |