Skip to content

Commit a47b7a3

Browse files
author
Pavel Vlasov
committed
Adds IPP control functions to bindings export
1 parent 3476440 commit a47b7a3

File tree

1 file changed

+6
-6
lines changed
  • modules/core/include/opencv2/core

1 file changed

+6
-6
lines changed

modules/core/include/opencv2/core/base.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -667,13 +667,13 @@ namespace cudev
667667

668668
namespace ipp
669669
{
670-
CV_EXPORTS int getIppFeatures();
671-
CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, const char * const filename = NULL,
670+
CV_EXPORTS int getIppFeatures();
671+
CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, const char * const filename = NULL,
672672
int line = 0);
673-
CV_EXPORTS int getIppStatus();
674-
CV_EXPORTS String getIppErrorLocation();
675-
CV_EXPORTS bool useIPP();
676-
CV_EXPORTS void setUseIPP(bool flag);
673+
CV_EXPORTS int getIppStatus();
674+
CV_EXPORTS String getIppErrorLocation();
675+
CV_EXPORTS_W bool useIPP();
676+
CV_EXPORTS_W void setUseIPP(bool flag);
677677

678678
} // ipp
679679

0 commit comments

Comments
 (0)