tesseract
4.0.0-1-g2a2b
|
#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 |
|
inline |
Definition at line 129 of file blobs.h.
Definition at line 115 of file blobs.h.
|
inline |
Definition at line 142 of file blobs.h.
|
inline |
char EDGEPT::flags[EDGEPTFLAGS] |