X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fimage.h;fp=server%2Fimage.h;h=7f4271de75986804d51ea7e8f6b4fe96050959bc;hb=69d9f5d6774384f76c75248907304b0fbd66bbd1;hp=3c1ab6973b18ad1135a34a9eda047fdfc05f5b6e;hpb=126341e55c9c50b01d1d4f5edbf762f120302dc2;p=matches%2FMCTX3420.git diff --git a/server/image.h b/server/image.h index 3c1ab69..7f4271d 100644 --- a/server/image.h +++ b/server/image.h @@ -7,10 +7,12 @@ #define _IMAGE_H #include "common.h" +#include "cv.h" 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); #endif //_IMAGE_H