AutoWWWL.h 174 B

12345678910
  1. #ifndef AUTOWWWL_H
  2. #define AUTOWWWL_H
  3. namespace ATWL
  4. {
  5. int AutoWWWL(unsigned short* input,unsigned char* mask,int width,int height,int &WW,int &WL);
  6. }
  7. #endif // AUTOWWWL.h