Done a bunch of changes to image handling
[matches/MCTX3420.git] / server / image.h
index 7cec1ed..7f4271d 100644 (file)
@@ -1,14 +1,18 @@
 /**
  * @file image.h
- * @purpose Helper functions for image processing
+ * @brief Helper functions for image processing
  */
 
 #ifndef _IMAGE_H
 #define _IMAGE_H
 
 #include "common.h"
+#include "cv.h"
 
-extern void Image_Handler(FCGIContext * context, const char * params); 
+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