Opencv multi-threading on udoo quadcore ?
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?
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).