Done a bunch of changes to image handling
[matches/MCTX3420.git] / server / image.h
index 3c1ab69..7f4271d 100644 (file)
@@ -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
 

UCC git Repository :: git.ucc.asn.au