tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
63 #define RANGE_IN_BAND(band_max, band_min, range_max, range_min) \
64 (((range_min) >= (band_min)) && ((range_max) < (band_max)))
82 #define RANGE_OVERLAPS_BAND(band_max, band_min, range_max, range_min) \
83 (((range_max) >= (band_min)) && ((range_min) < (band_max)))
139 int16_t new_min_min) {
220 #define MAX_NUM_BANDS 5
221 #define UNDEFINED_BAND 99
222 #define NO_LOWER_LIMIT -9999
223 #define NO_UPPER_LIMIT 9999
229 #define END_OF_WERD_CODE 255
233 "Descender height after normalisation");
235 "Ascender height after normalisation");
238 "Fraction of width occupied");
double textord_underline_threshold
bool range_in_maximal(float y1, float y2)
#define double_VAR_H(name, val, comment)
#define ELISTIZEH(CLASSNAME)
bool range_overlaps_minimal(float y1, float y2)
#define RANGE_OVERLAPS_BAND(band_max, band_min, range_max, range_min)
bool range_in_minimal(float y1, float y2)
bool range_overlaps_nominal(float y1, float y2)
bool range_overlaps_maximal(float y1, float y2)
#define INT_VAR_H(name, val, comment)
bool blockocc_show_result
#define BOOL_VAR_H(name, val, comment)
bool range_in_nominal(float y1, float y2)
#define RANGE_IN_BAND(band_max, band_min, range_max, range_min)
bool test_underline(bool testing_on, C_BLOB *blob, int16_t baseline, int16_t xheight)
void set(int16_t new_max_max, int16_t new_max, int16_t new_min_max, int16_t new_max_min, int16_t new_min, int16_t new_min_min)