I was wondering if there is multi core support for the OpenCV library. I am experimenting with Haar cascading and it's pretty slow on my Raspberry 2 which would have four cores, but my application is currently running only on a single one.
Any ideas?
CascadedDetect
has multi core support.
Recompile OpenCV with the WITH_TBB
or WITH_OPENMP
(or any other threading framework supported by OpenCV) flag on to enable it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With