X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fimage.h;h=9074e852fadf1b36db088acfc88d2387fe5f3287;hb=d8f9f2fbcc99d1f894e3f4c4f2a16ec18e79b14a;hp=7f4271de75986804d51ea7e8f6b4fe96050959bc;hpb=3977290418955f0f737c4ac727565e34b687b8d1;p=matches%2FMCTX3420.git diff --git a/server/image.h b/server/image.h index 7f4271d..9074e85 100644 --- a/server/image.h +++ b/server/image.h @@ -9,10 +9,10 @@ #include "common.h" #include "cv.h" -extern void Image_Init(); +//extern void Image_Init(); extern void Image_Handler(FCGIContext * context, char * params); extern void Image_Cleanup(); -extern bool Camera_GetImage(int num, int width, int height, CvMat * image); +extern bool Camera_GetImage(int num, int width, int height, IplImage ** image); #endif //_IMAGE_H