Ask Your Question
0

Setting up OpenCv for multicore application

asked 2013-01-24 20:59:23 -0600

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-01-24 23:00:38 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-24 20:59:23 -0600

Seen: 612 times

Last updated: Jan 24 '13