#include "gradechop.h"#include "olutil.h"#include "chop.h"#include "ndminx.h"#include <math.h>Defines | |
| #define | CENTER_GRADE_CAP 25.0 |
| #define | find_bounds_loop(point1, point2, x_min, x_max) |
Functions | |
| PRIORITY | full_split_priority (SPLIT *split, inT16 xmin, inT16 xmax) |
| PRIORITY | grade_center_of_blob (register BOUNDS_RECT rect) |
| PRIORITY | grade_overlap (register BOUNDS_RECT rect) |
| PRIORITY | grade_split_length (register SPLIT *split) |
| PRIORITY | grade_sharpness (register SPLIT *split) |
| PRIORITY | grade_width_change (register BOUNDS_RECT rect) |
| void | set_outline_bounds (register EDGEPT *point1, register EDGEPT *point2, BOUNDS_RECT rect) |
| #define CENTER_GRADE_CAP 25.0 |
| #define find_bounds_loop | ( | point1, | |||
| point2, | |||||
| x_min, | |||||
| x_max | ) |
| PRIORITY grade_center_of_blob | ( | register BOUNDS_RECT | rect | ) |
| PRIORITY grade_overlap | ( | register BOUNDS_RECT | rect | ) |
| PRIORITY grade_width_change | ( | register BOUNDS_RECT | rect | ) |
| void set_outline_bounds | ( | register EDGEPT * | point1, | |
| register EDGEPT * | point2, | |||
| BOUNDS_RECT | rect | |||
| ) |
1.6.3