Adds IPP control functions to bindings export

This commit is contained in:
Pavel Vlasov 2017-02-01 10:29:35 +03:00
parent 3476440ec3
commit a47b7a34be

View File

@ -672,8 +672,8 @@ CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, con
int line = 0);
CV_EXPORTS int getIppStatus();
CV_EXPORTS String getIppErrorLocation();
CV_EXPORTS bool useIPP();
CV_EXPORTS void setUseIPP(bool flag);
CV_EXPORTS_W bool useIPP();
CV_EXPORTS_W void setUseIPP(bool flag);
} // ipp