Ask Your Question
2

Parallel computing in OpenCv 2.4.4

asked 2013-03-13 05:27:40 -0600

Alexander Pantiukhin gravatar image

Hi to everyone. I have some project with opencv and i need parallel computing, because my CPU does not work well. It's very hard to it. How i can solve my problev and what i can use for parallel computing. Thank's

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-03-13 07:15:46 -0600

Daniil Osokin gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-13 05:27:40 -0600

Seen: 7,519 times

Last updated: Mar 13 '13