问题
The C-code(using openCV) I have seems to use TBB and I want to compare the performance with the one that does not use TBB.
Is there a way to disable TBB?
回答1:
Try setNumThreads(0), or for a more thorough solution, try recompiling the libraries as described here.
来源:https://stackoverflow.com/questions/18478159/is-there-a-way-to-disable-tbb-in-opencv