Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV provides cv::setNumThreads function to control the parallelization. If you call setNumThreads(0), all OpenCV functions will not use any parallel framework.