Opencv multi-threading on udoo quadcore ?

asked Nov 5 '14

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?

Preview: (hide)

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 (Nov 6 '14)edit