tesseract-doxygen/wordrec/pieces.h File Reference
#include "matrix.h"
#include "seam.h"
#include "states.h"
Go to the source code of this file.
Classes |
struct | BOUNDS |
Typedefs |
typedef BOUNDS * | BOUNDS_LIST |
Functions |
void | break_pieces (TBLOB *blobs, SEAMS seams, inT16 start, inT16 end) |
void | join_pieces (TBLOB *piece_blobs, SEAMS seams, inT16 start, inT16 end) |
void | hide_seam (SEAM *seam) |
void | hide_edge_pair (EDGEPT *pt1, EDGEPT *pt2) |
void | reveal_seam (SEAM *seam) |
void | reveal_edge_pair (EDGEPT *pt1, EDGEPT *pt2) |
void | bounds_of_piece (BOUNDS_LIST bounds, inT16 start, inT16 end, TPOINT *extreme_tl, TPOINT *extreme_br) |
BOUNDS_LIST | record_blob_bounds (TBLOB *blobs) |
MATRIX * | record_piece_ratings (TBLOB *blobs) |
Typedef Documentation
Function Documentation
void hide_seam |
( |
SEAM * |
seam |
) |
|
void reveal_seam |
( |
SEAM * |
seam |
) |
|