Go to the documentation of this file.00001 #ifdef __cplusplus
00002 extern "C" {
00003 #endif
00004
00005 #ifndef _SMT2_H_
00006 #define _SMT2_H_
00007
00008 #include <cv.h>
00009 #include <highgui.h>
00010
00011 void ArrayToIplImage(int * x, IplImage * pImage);
00012 void IplImageToArray(IplImage * pImage, int * x);
00013 void RotateImage(IplImage * src, IplImage * dst, double angle, double scale);
00014 void IplImage2Sensor(IplImage * pSourceImage, int do_flip, int FlipMode, IplImage * pGrayImage);
00015
00016 #endif
00017
00018 #ifdef __cplusplus
00019 }
00020 #endif