#ifdef __cplusplus
extern "C" {
#endif
typedef struct M_CvRect
{
int x;
int y;
int width;
int height;
}M_CvRect;
__declspec(dllexport) int sub(int iLeft,int iRight);
__declspec(dllexport) int FaceDetect(int height,int width,int *imdata,M_CvRect *faceRect );
#ifdef __cplusplus
}
#endif
- 1
- 2
- 3
- 4
前往页