Is there a way to disable TBB in openCV?
1 answer
Try it setNumThreads(0)
, or for a more thorough solution try recompiling the libraries as described.
+1
source to share