I'm looking to use the random forests algorithm in OpenCV, and I'm wondering about whether the predict method optimizes using multiple threads, or if it's single threaded.
A broader question: Is there any multithreading in OpenCV?
Many thanks!
1 | initial version |
I'm looking to use the random forests algorithm in OpenCV, and I'm wondering about whether the predict method optimizes using multiple threads, or if it's single threaded.
A broader question: Is there any multithreading in OpenCV?
Many thanks!