OpenCV and OpenMP
Does the latest version of OpenCV 2.4.9 support OpenMP ?? I m integrating OpenCV with OpenMP to process the videos parallel.. Will it work ? Is there any other better solution other than OpenMP ?
Does the latest version of OpenCV 2.4.9 support OpenMP ?? I m integrating OpenCV with OpenMP to process the videos parallel.. Will it work ? Is there any other better solution other than OpenMP ?
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.
Asked: 2014-09-10 06:27:26 -0600
Seen: 452 times
Last updated: Sep 10 '14
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary