Opencv multi-threading on udoo quadcore ?

asked 2014-11-05 16:06:11 -0600

jhenry5 gravatar image

Does opencv support multi-threading on the udoo quadcore board ?

I am also looking for: Udoo-quadcore benchmark test of high level opencv functions. Anyone know any good links?

edit retag flag offensive close merge delete

Comments

OpenCV supports multithreading through the TBB and OpenMP libraries.

If you have the development packages of these libraries installed and you compiled OpenCV with TBB or OpenMP support, then multithreading should be enabled.

The i.MX6 chip the Udoo is based on works well with multithreaded applications (however I never tried multithreaded OpenCV).

kbarni gravatar imagekbarni ( 2014-11-06 04:37:11 -0600 )edit