#include <JMorphology.h>
Public Attributes | |
char | identification [21] |
int | cluster_count |
int | filtered_cluster_count |
int | file_count |
int | hamming |
int | symbol_count |
int | small_cluster_threshold |
int | min_size |
int | max_height |
int | max_width |
int | total_symbol_count |
int | correctly_matched |
int | incorrectly_matched |
unsigned int | hamming_sum |
unsigned int | best_hamming |
float | matched_sum |
unsigned int * | cluster32 |
char | spare [18] |
char * | cluster_data |
jcluster * | first_cluster |
char * | prev |
char * | next |
Definition at line 50 of file JMorphology.h.
char i_language_profile::identification[21] |
string indicating the name of a script
Definition at line 53 of file JMorphology.h.
number of clusters formed for a script
Definition at line 56 of file JMorphology.h.
Definition at line 61 of file JMorphology.h.
Definition at line 65 of file JMorphology.h.
hamming distance threshold being used
Definition at line 68 of file JMorphology.h.
total number of components processed during training
Definition at line 71 of file JMorphology.h.
Threshold used in filtering clusters. Indicates the minimum number of symbols used to form a cluster
Definition at line 75 of file JMorphology.h.
Minimum size of a connected component to be used in training
Definition at line 78 of file JMorphology.h.
Definition at line 81 of file JMorphology.h.
Definition at line 84 of file JMorphology.h.
Definition at line 85 of file JMorphology.h.
Definition at line 89 of file JMorphology.h.
Definition at line 93 of file JMorphology.h.
unsigned int i_language_profile::hamming_sum |
Definition at line 94 of file JMorphology.h.
unsigned int i_language_profile::best_hamming |
hamming distance for the best matching symbol
Definition at line 97 of file JMorphology.h.
Definition at line 98 of file JMorphology.h.
unsigned int* i_language_profile::cluster32 |
Definition at line 99 of file JMorphology.h.
char i_language_profile::spare[18] |
Definition at line 100 of file JMorphology.h.
Definition at line 101 of file JMorphology.h.
Definition at line 102 of file JMorphology.h.
char* i_language_profile::prev |
Definition at line 103 of file JMorphology.h.
char* i_language_profile::next |
Definition at line 104 of file JMorphology.h.