/home/rays/src/opensrc/tesseract-ocr/ccstruct/split.h File Reference
#include "blobs.h"
#include "oldlist.h"
Go to the source code of this file.
Define Documentation
#define clone_split |
( |
dest, |
|
|
source |
|
) |
|
Value:if (source) \
(dest) = new_split ((source)->point1, (source)->point2); \
else \
(dest) = (SPLIT*) NULL \
Typedef Documentation
Function Documentation
void delete_split |
( |
SPLIT * |
split |
) |
|
void print_split |
( |
SPLIT * |
split |
) |
|
void remove_edgept |
( |
EDGEPT * |
point |
) |
|
void split_outline |
( |
EDGEPT * |
join_point1, |
|
|
EDGEPT * |
join_point2 | |
|
) |
| | |
Variable Documentation