I'm using OpenCV on my Raspberry Pi 3 which has 4 cores. Right now it is compiled with PThreads. Would OpenMP or TBB perform better? Or does it depend?
I'm mostly doing things like color conversions, median blurs, cascade trackers and median flow trackers.
I'm asking because compiling each takes forever and risks breaking everything. Is it possible to compile and use a different build of OpenCV without affecting whats currently installed (I'm using Python bindings if it matters)?