Merge pull request #85 from Callum-/dilatometer
[matches/MCTX3420.git] / server / image.h
index 7f4271d..9074e85 100644 (file)
@@ -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
 

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