source: flair-src/trunk/lib/FlairVisionFilter/src/VisionFilter.h@ 123

Last change on this file since 123 was 123, checked in by Sanahuja Guillaume, 7 years ago

vision filter

File size: 255 bytes
RevLine 
[122]1#include <string>
[123]2#include <cxtypes.h>
[122]3
4/*!
[123]5* \brief InitVisionFilter
[122]6*
[123]7* \return true
[122]8*/
9
[123]10bool InitVisionFilter(std::string args);
[122]11
[123]12void CloseVisionFilter(void);
13
14void saveToJpeg(IplImage* src_img,std::string filename,unsigned char compression_level=95);
Note: See TracBrowser for help on using the repository browser.