X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fimage.h;h=8e2cd685a540585bf933d5ed440dbd99d493a85b;hb=7547dad3aee722136894566bb6802fe6491cbfbe;hp=3c1ab6973b18ad1135a34a9eda047fdfc05f5b6e;hpb=544b54c409f3731b8e1581af95072a64ff393a28;p=matches%2FMCTX3420.git diff --git a/server/image.h b/server/image.h index 3c1ab69..8e2cd68 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, IplImage ** image); #endif //_IMAGE_H