00001 #ifndef UTILS_H 00002 #define UTILS_H 00003 #include "JScript.h" 00004 00008 00009 class Utils 00010 { 00011 public: 00013 Utils(void); 00015 ~Utils(void); 00016 00023 static int hamming(char *img1, char *img2 ); 00024 00034 static void save_script_data(char *file_path, 00035 language_profile *language, 00036 jcluster *first_cluster,int height, int width); 00037 }; 00038 00039 00040 #endif