Tesseract 3.01
/data/source/tesseract-ocr/wordrec/pieces.cpp File Reference
#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 Documentation

#define get_bounds_entry (   array,
  index,
  top_left,
  bot_right 
)
Value:
((top_left)  = (array)[index].topleft,                  \
(bot_right) = (array)[index].botright)                 \
#define set_bounds_entry (   array,
  index,
  top_left,
  bot_right 
)
Value:
((array)[index].topleft  = (top_left),                  \
(array)[index].botright = (bot_right))                 \

Function Documentation

void bounds_of_piece ( BOUNDS_LIST  bounds,
inT16  start,
inT16  end,
TPOINT extreme_tl,
TPOINT extreme_br 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines