First time here? Check out the FAQ!
answered 2020-10-13 07:31:30 -0600
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.