Commit c593355e authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed declaration of imencode to make it usable in Python etc.

parent df1b04c3
......@@ -156,7 +156,7 @@ CV_EXPORTS_W bool imwrite( const string& filename, InputArray img,
const vector<int>& params=vector<int>());
CV_EXPORTS_W Mat imdecode( InputArray buf, int flags );
CV_EXPORTS_W bool imencode( const string& ext, InputArray img,
vector<uchar>& buf,
CV_OUT vector<uchar>& buf,
const vector<int>& params=vector<int>());
CV_EXPORTS_W int waitKey(int delay=0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment