fixed declaration of imencode to make it usable in Python etc.
This commit is contained in:
parent
df1b04c302
commit
c593355e42
@ -156,7 +156,7 @@ CV_EXPORTS_W bool imwrite( const string& filename, InputArray img,
|
|||||||
const vector<int>& params=vector<int>());
|
const vector<int>& params=vector<int>());
|
||||||
CV_EXPORTS_W Mat imdecode( InputArray buf, int flags );
|
CV_EXPORTS_W Mat imdecode( InputArray buf, int flags );
|
||||||
CV_EXPORTS_W bool imencode( const string& ext, InputArray img,
|
CV_EXPORTS_W bool imencode( const string& ext, InputArray img,
|
||||||
vector<uchar>& buf,
|
CV_OUT vector<uchar>& buf,
|
||||||
const vector<int>& params=vector<int>());
|
const vector<int>& params=vector<int>());
|
||||||
|
|
||||||
CV_EXPORTS_W int waitKey(int delay=0);
|
CV_EXPORTS_W int waitKey(int delay=0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user