#include <JMorphology.h>
Public Attributes | |
char * | first_image |
int * | centroid |
int | count |
int | correct_matches |
int | incorrect_matches |
float | reliability |
jcluster_ptr | prev |
jcluster_ptr | next |
unsigned long | similar_symbol_count |
int | matches_per_image |
int | on_pixels |
int | densities [4] |
int | cluster_number |
char | spare [18] |
_cluster contains information relating to a particular cluster
Definition at line 16 of file JMorphology.h.
char* _cluster::first_image |
array containing the first component used to form the cluster
Definition at line 18 of file JMorphology.h.
int* _cluster::centroid |
array representing the centroid of a cluster
Definition at line 20 of file JMorphology.h.
int _cluster::count |
Definition at line 22 of file JMorphology.h.
Definition at line 26 of file JMorphology.h.
Definition at line 30 of file JMorphology.h.
float _cluster::reliability |
Definition at line 34 of file JMorphology.h.
Definition at line 35 of file JMorphology.h.
Definition at line 36 of file JMorphology.h.
unsigned long _cluster::similar_symbol_count |
Definition at line 37 of file JMorphology.h.
Definition at line 38 of file JMorphology.h.
Definition at line 39 of file JMorphology.h.
int _cluster::densities[4] |
densities stores the number of black pixels in each of the 4 quadrants. It is used to speed up processing when finding the best match for a symbol
Definition at line 43 of file JMorphology.h.
Definition at line 44 of file JMorphology.h.
char _cluster::spare[18] |
Definition at line 45 of file JMorphology.h.