Ask Your Question

cgrif's profile - activity

2017-07-03 14:27:56 -0600 commented question Does OpenCV have any multi threading under the hood?

Thank you for that pointer. I will assume that since I did not see predict() in that search that the answer to the first question is No while the answer to the second question is Yes.

2017-07-03 12:09:52 -0600 asked a question 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!