8e2cd685a540585bf933d5ed440dbd99d493a85b
[matches/MCTX3420.git] / server / image.h
1 /**
2  * @file image.h
3  * @brief Helper functions for image processing
4  */
5
6 #ifndef _IMAGE_H
7 #define _IMAGE_H
8
9 #include "common.h"
10 #include "cv.h"
11
12 extern void Image_Init();
13 extern void Image_Handler(FCGIContext * context, char * params); 
14 extern void Image_Cleanup();
15 extern bool Camera_GetImage(int num, int width, int height,  IplImage ** image);
16
17 #endif //_IMAGE_H
18
19 //EOF

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