Is there a way to replace parallel_for of tbb

which os / compiler ?
how did you manage to build it without any parallel framework ?
(it should use pthreads on linux, internal on win by default)

please check cv::getBuildInformation()

if you want tbb support, you’ll have to, no way around it (for now)
on the other hand, if you already have some threading support built in, it’s probably not worth the change.

1 Like