Tesseract 3.01
|
#include "pieces.h"
#include "blobs.h"
#include "freelist.h"
#include "matchtab.h"
#include "ndminx.h"
#include "plotseg.h"
#include "ratngs.h"
#include "wordclass.h"
#include "wordrec.h"
Namespaces | |
namespace | tesseract |
Defines | |
#define | set_bounds_entry(array, index, top_left, bot_right) |
#define | get_bounds_entry(array, index, top_left, bot_right) |
Functions | |
void | bounds_of_piece (BOUNDS_LIST bounds, inT16 start, inT16 end, TPOINT *extreme_tl, TPOINT *extreme_br) |
#define get_bounds_entry | ( | array, | |
index, | |||
top_left, | |||
bot_right | |||
) |
((top_left) = (array)[index].topleft, \ (bot_right) = (array)[index].botright) \
#define set_bounds_entry | ( | array, | |
index, | |||
top_left, | |||
bot_right | |||
) |
((array)[index].topleft = (top_left), \ (array)[index].botright = (bot_right)) \
void bounds_of_piece | ( | BOUNDS_LIST | bounds, |
inT16 | start, | ||
inT16 | end, | ||
TPOINT * | extreme_tl, | ||
TPOINT * | extreme_br | ||
) |