#include <string.h>
#include "DLImage.h"
#include "DLConnectedComponents.h"
#include "JargonTBRoutines.h"
Go to the source code of this file.
Classes | |
struct | _cluster |
cluster related information More... | |
struct | i_language_profile |
structure containing information on a script More... | |
class | JMorphology |
Class containing routines call by JScript in performing script identification. More... | |
Defines | |
#define | FLIP_IMAGE_THRESHOLD .03 |
Typedefs | |
typedef _cluster * | jcluster_ptr |
typedef _cluster | jcluster |
cluster related information | |
typedef i_language_profile | language_profile |
structure containing information on a script |
#define FLIP_IMAGE_THRESHOLD .03 |
Definition at line 7 of file JMorphology.h.
cluster related information
_cluster contains information relating to a particular cluster
typedef struct _cluster* jcluster_ptr |
Definition at line 10 of file JMorphology.h.
typedef struct i_language_profile language_profile |
structure containing information on a script