#include <JargonReliability.h>
Public Member Functions | |
JargonReliability (void) | |
Constructor. | |
~JargonReliability (void) | |
Destructor. | |
Static Public Member Functions | |
static void | compute_reliability (char *file_list_path, char *language_list_path, int max_height, int max_width, int min_component_size, int scaled_height, int scaled_width, char *reliability_directory_path, char *identifier, int *hamming_lookup) |
Definition at line 32 of file JargonReliability.h.
JargonReliability::JargonReliability | ( | void | ) |
Constructor.
JargonReliability::~JargonReliability | ( | void | ) |
Destructor.
static void JargonReliability::compute_reliability | ( | char * | file_list_path, | |
char * | language_list_path, | |||
int | max_height, | |||
int | max_width, | |||
int | min_component_size, | |||
int | scaled_height, | |||
int | scaled_width, | |||
char * | reliability_directory_path, | |||
char * | identifier, | |||
int * | hamming_lookup | |||
) | [static] |
compute_reliability is the main method used to compute the reliability for clusters formed during the training process /param file_list_path a filename to a file contains a list of images used in training /param language_list_path a filename to a file which contains the list of the output of the training application /param max_height maximum height of connected components used during both the training and reliability processes /param max_width maximum width of connected components used during both the training and reliability processe /param min_component_size minimum component size used during training and reliability computation /param reliability_directory_path directory where output files will be stored /param identifier string used to identify output generated /param hamming_lookup