I want to deny OpenCV from run on multicore. I have built a version without (OpenCL,IPP,CUDA
). However, any OpenCV function that contains parallel_for_
is working on parallel. How can I stop those function from multi cores and stick to only one core?
Note: I am using OpenCV 3.1 on MS Windows OS and Intel processor.