source:
flair-src/trunk/lib/FlairVisionFilter/src/VisionFilter.h@
123
Last change on this file since 123 was 123, checked in by , 8 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | #include <string> |
2 | #include <cxtypes.h> |
3 | |
4 | /*! |
5 | * \brief InitVisionFilter |
6 | * |
7 | * \return true |
8 | */ |
9 | |
10 | bool InitVisionFilter(std::string args); |
11 | |
12 | void CloseVisionFilter(void); |
13 | |
14 | void saveToJpeg(IplImage* src_img,std::string filename,unsigned char compression_level=95); |
Note:
See TracBrowser
for help on using the repository browser.