Ask Your Question

Revision history [back]

Does OpenCV have any multi threading under the hood?

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!