Ask Your Question
0

OpenCV and OpenMP

asked 2014-09-10 06:27:26 -0600

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 ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-09-10 07:24:02 -0600

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.

edit flag offensive delete link more

Comments

Thank you very much:)

NagarajHarakuni gravatar imageNagarajHarakuni ( 2014-09-15 02:51:38 -0600 )edit

Question Tools

Stats

Asked: 2014-09-10 06:27:26 -0600

Seen: 402 times

Last updated: Sep 10 '14