_cluster Struct Reference

cluster related information More...

#include <JMorphology.h>

List of all members.

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]


Detailed Description

cluster related information

_cluster contains information relating to a particular cluster

Definition at line 16 of file JMorphology.h.


Member Data Documentation

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.

int _cluster::correct_matches

Definition at line 26 of file JMorphology.h.

int _cluster::incorrect_matches

Definition at line 30 of file JMorphology.h.

float _cluster::reliability

Definition at line 34 of file JMorphology.h.

jcluster_ptr _cluster::prev

Definition at line 35 of file JMorphology.h.

jcluster_ptr _cluster::next

Definition at line 36 of file JMorphology.h.

unsigned long _cluster::similar_symbol_count

Definition at line 37 of file JMorphology.h.

int _cluster::matches_per_image

Definition at line 38 of file JMorphology.h.

int _cluster::on_pixels

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.

int _cluster::cluster_number

Definition at line 44 of file JMorphology.h.

char _cluster::spare[18]

Definition at line 45 of file JMorphology.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 23 15:32:33 2007 for Jargon by  doxygen 1.5.1