First time here? Check out the FAQ!
answered 2014-01-17 11:57:29 -0600
OpenCV provides cv::setNumThreads function to control the parallelization. If you call setNumThreads(0), all OpenCV functions will not use any parallel framework.
cv::setNumThreads
setNumThreads(0)