提交 6deda253 编写于 作者: D Daniil Osokin

Fixed getNumThreads() for C=

上级 da1ddc75
...@@ -305,7 +305,9 @@ int cv::getNumThreads(void) ...@@ -305,7 +305,9 @@ int cv::getNumThreads(void)
#elif defined HAVE_CSTRIPES #elif defined HAVE_CSTRIPES
return cv::getNumberOfCPUs(); return numThreads > 0
? numThreads
: cv::getNumberOfCPUs();
#elif defined HAVE_OPENMP #elif defined HAVE_OPENMP
...@@ -491,4 +493,4 @@ CV_IMPL int cvGetNumThreads() ...@@ -491,4 +493,4 @@ CV_IMPL int cvGetNumThreads()
CV_IMPL int cvGetThreadNum() CV_IMPL int cvGetThreadNum()
{ {
return cv::getThreadNum(); return cv::getThreadNum();
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册