mirror of
https://github.com/opencv/opencv.git
synced 2025-07-26 07:07:37 +08:00
Adds IPP control functions to bindings export
This commit is contained in:
parent
3476440ec3
commit
a47b7a34be
@ -667,13 +667,13 @@ namespace cudev
|
|||||||
|
|
||||||
namespace ipp
|
namespace ipp
|
||||||
{
|
{
|
||||||
CV_EXPORTS int getIppFeatures();
|
CV_EXPORTS int getIppFeatures();
|
||||||
CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, const char * const filename = NULL,
|
CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, const char * const filename = NULL,
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user