#include <cstdlib>
#include <cstring>
#include <iostream>
#include <math.h>
#include <vector>
#include "DLImage.h"
#include "DLComponent.h"
Go to the source code of this file.
Classes | |
struct | TB_nodes |
Data structures used in the calculation of line orientation. More... | |
struct | TB_stats |
for the calc line orientation routine (previously TBstats in TBTypes.h */ More... | |
class | JargonTBRoutines |
Class to contain a variety of legacy code from earlier image processing library. More... | |
Defines | |
#define | INSUFFICIENT_MEMORY -4 |
#define | INTMAXDISTBETWEENCOMP 100 |
#define | SLOPE_CHAR 0.5 |
#define | MIN_LINKS 15 |
#define | MINCOMP 20 |
#define INSUFFICIENT_MEMORY -4 |
Definition at line 49 of file JargonTBRoutines.h.
#define INTMAXDISTBETWEENCOMP 100 |
Definition at line 50 of file JargonTBRoutines.h.
#define MIN_LINKS 15 |
Definition at line 52 of file JargonTBRoutines.h.
#define MINCOMP 20 |
Definition at line 53 of file JargonTBRoutines.h.
#define SLOPE_CHAR 0.5 |
Definition at line 51 of file JargonTBRoutines.h.