Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi! OpenCV has universal implementation of parallel_for for various backends for parallel computing. They are:

For example of usage OpenCV's parallel_for_ check the question: "How to use parallel for".

P.S. Off course, you can use these tools with OpenCV without using parallel_for_. It's just save your time, if you need to parallelize your 'for' construction.