Commit a47b7a34 authored by Pavel Vlasov's avatar Pavel Vlasov

Adds IPP control functions to bindings export

parent 3476440e
...@@ -672,8 +672,8 @@ CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, con ...@@ -672,8 +672,8 @@ CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, con
int line = 0); int line = 0);
CV_EXPORTS int getIppStatus(); CV_EXPORTS int getIppStatus();
CV_EXPORTS String getIppErrorLocation(); CV_EXPORTS String getIppErrorLocation();
CV_EXPORTS bool useIPP(); CV_EXPORTS_W bool useIPP();
CV_EXPORTS void setUseIPP(bool flag); CV_EXPORTS_W void setUseIPP(bool flag);
} // ipp } // ipp
......
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