X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fimage.h;h=9074e852fadf1b36db088acfc88d2387fe5f3287;hb=1f6cc726ae4ec11ea0bf9c16f6f90cdb5d132cd6;hp=7f4271de75986804d51ea7e8f6b4fe96050959bc;hpb=69d9f5d6774384f76c75248907304b0fbd66bbd1;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