Ask Your Question

Revision history [back]

Yes, OpenCV 2.4.9 supports OpenMP. For parallel processing tasks, there are some other choices: Windows Thread (with VC++), pthread and C++ 11 thread. Also, TBB is a good framework to use. Other favored directions are OpenCL and GPU based.