Merge pull request #8114 from lupustr3:pvlasov/ipp_python_export

pull/8123/head
Alexander Alekhin 8 years ago
commit 607ff2e189
  1. 4
      modules/core/include/opencv2/core/base.hpp

@ -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

Loading…
Cancel
Save