Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Disable multi core in parallel_for_ function

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.

Disable multi core in parallel_for_ function

I want to deny OpenCV from run on multicore. I have built a version without (OpenCL,IPP,CUDAOpenCL, IPP, CUDA, TBB). 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.