123456789101112 |
- #ifndef FREFILTER_H
- #define FREFILTER_H
- #ifdef _EXPORTING
- #define FUNC_DECLSPEC __declspec(dllexport)
- #else
- #define FUNC_DECLSPEC __declspec(dllimport)
- #endif
- extern "C" int __declspec(dllexport) GetEXI4Detector( WORD* pImage, BYTE* pMask, BYTE* pMask1,int nWidth, int nHeight, int ImageBit, int &EXI ) ;
- extern "C" int __declspec(dllimport) GetEXI4DetectorForV3P1( WORD* pImage, BYTE* pMask, BYTE* pMask1, int nWidth, int nHeight, int ImageBit, int &EXI );
- #endif
|