First time here? Check out the FAQ!

Ask Your Question
2

Parallel computing in OpenCv 2.4.4

asked Mar 13 '13

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
3

answered Mar 13 '13

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.

Preview: (hide)

Question Tools

Stats

Asked: Mar 13 '13

Seen: 7,593 times

Last updated: Mar 13 '13