Utils Class Reference

Utils class contain utility functions for Jargon. More...

#include <Utils.h>

List of all members.

Public Member Functions

 Utils (void)
 Utils constructor.
 ~Utils (void)
 Utils destructor.

Static Public Member Functions

static int hamming (char *img1, char *img2)
static void save_script_data (char *file_path, language_profile *language, jcluster *first_cluster, int height, int width)


Detailed Description

Utils class contain utility functions for Jargon.

Utils class contain utility functions for Jargon

Definition at line 9 of file Utils.h.


Constructor & Destructor Documentation

Utils::Utils ( void   ) 

Utils constructor.

Utils::~Utils ( void   ) 

Utils destructor.


Member Function Documentation

static int Utils::hamming ( char *  img1,
char *  img2 
) [static]

Harmming /param img1 /param img2 /return int

static void Utils::save_script_data ( char *  file_path,
language_profile language,
jcluster first_cluster,
int  height,
int  width 
) [static]

save_script_data is a function to save out to training data to a text file in a defined format /param file_path file name to be saved /param language pointer pointing to the language list /param first_cluster pointer pointing to the first cluster /param height height of the component /param width width of the component


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