disabling TBB for Openmp enabling?

asked 2014-11-07 05:31:39 -0600

saamishon gravatar image

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.

edit retag flag offensive close merge delete

Comments

Start by building your OpenCV repo with the following options -D WITH_TBB=OFF -D WITH_OPENMP=ON!

StevenPuttemans gravatar imageStevenPuttemans ( 2014-11-07 06:18:25 -0600 )edit

i did this. instead of OFF i did not include the statement itself. is that wrong?

saamishon gravatar imagesaamishon ( 2014-11-07 07:02:02 -0600 )edit

if you do not explicitly mention it and TBB or OPENMP is selected it can possibly still install

StevenPuttemans gravatar imageStevenPuttemans ( 2014-11-07 11:04:12 -0600 )edit