JHamming.h

Go to the documentation of this file.
00001 #ifndef _JHAMMING_H_
00002 #define _JHAMMING_H_
00003 
00005 
00010 class JHamming {
00011    //friend class JScript;
00012 
00013    public:
00017    static void CreateHammingLUT32(int* hamming_lookup,int bits_needed);
00020    static int bytewise_hamming(char *img1,  char *img2 ,int size);
00021 
00022 };
00023 
00024 
00025 #endif //_JHAMMING_H_

Generated on Fri Feb 23 15:32:33 2007 for Jargon by  doxygen 1.5.1