GridSuppression.h 477 B

12345678
  1. #ifndef GRIDS_H
  2. #define GRIDS_H
  3. extern "C" int __declspec(dllexport) GridSuppression_FLOAT(float *pIn,int nWidth,int nHeight,int Eflag);
  4. extern "C" int __declspec(dllexport) GridSuppression_US(unsigned short *pIn,int nWidth,int nHeight,int Eflag);
  5. extern "C" int __declspec(dllexport) GridSuppression_INT(int *pIn,int nWidth,int nHeight,int Eflag);
  6. extern "C" int __declspec(dllexport) GridJudgement(unsigned short *pImage, int nWidth, int nHeight,int Eflag);
  7. #endif