00001 #ifndef _JARGONUTILS_H_ 00002 #define _JARGONUTILS_H_ 00003 00004 #include "JMorphology.h" 00005 #include "JStatistics.h" 00006 00008 00009 class JargonUtils 00010 { 00011 public: 00012 JargonUtils(void); 00013 ~JargonUtils(void); 00015 00016 static void ConvertUSCInt(unsigned int* ui, unsigned char* image); 00017 00018 }; 00019 00020 00021 00022 #endif //_JARGONUTILS_H_