First time here? Check out the FAQ!

Ask Your Question
0

Setting up OpenCv for multicore application

asked Jan 25 '13

thomas11 gravatar image

Dear All, In matlab. we can setup Matlab for multicore utility and run startMatlabPool() for start running the pool. How can I have the same thing in OpenCV? How can I setup? Thanks

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Jan 25 '13

Daniil Osokin gravatar image

Hi! If you use prebuilt OpenCV libs (or use default parameters when run cmake), you already have multithreading. It's enabled by default in the latest releases. For example, one of multithreaded functions is cvtColor (since 2.4.3), you can examine it.

Preview: (hide)

Question Tools

Stats

Asked: Jan 25 '13

Seen: 641 times

Last updated: Jan 24 '13