Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

try using cv::setNumThreads(int); OpenCV library beware that it spawns multiple threads for image processing internally. So, setting the number of threads to be spawned by OpenCV could be a good choice.