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

This commit is contained in:
Vadim Pisarevsky 2011-08-26 13:06:43 +00:00
parent df1b04c302
commit c593355e42

View File

@ -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);