OCR_RTC  0.5.0
 全て クラス ファイル 関数 変数
ImageDataCom.h
説明を見る。
1 // -*- C++ -*-
10 #ifndef IMAGEDATACOM_H
11 #define IMAGEDATACOM_H
12 
13 #include <string>
14 #include <rtm/idl/InterfaceDataTypesSkel.h>
15 #include "InterfaceDataTypesStub.h"
16 #include <opencv2/core/core.hpp>
17 #include <opencv2/highgui/highgui.hpp>
18 #include <opencv2/imgproc/imgproc_c.h>
19 #include <opencv2/imgproc/imgproc.hpp>
20 
21 
27 IplImage* GetCameraImage(RTC::CameraImage *ci);
28 
36 void SetCameraImage(RTC::CameraImage *ci, IplImage* im, std::string string_encode = "off", int int_encode_quality = 75);
37 
38 
39 #endif