disabling TBB for Openmp enabling?
i need real time face detection using all the 8 cores. Its ODROID XU3 and running lubuntu. someone guide me please. i'm new to opencv.
i need real time face detection using all the 8 cores. Its ODROID XU3 and running lubuntu. someone guide me please. i'm new to opencv.
Asked: 2014-11-07 05:31:39 -0600
Seen: 580 times
Last updated: Nov 07 '14
Start by building your OpenCV repo with the following options
-D WITH_TBB=OFF -D WITH_OPENMP=ON
!i did this. instead of OFF i did not include the statement itself. is that wrong?
if you do not explicitly mention it and TBB or OPENMP is selected it can possibly still install