Filtering Benchmarks – OpenCV GPU vs LibJacket

ArrayFireBenchmarks, CUDA Leave a Comment

OpenCV is one of the most popular computer vision toolkits, and over the last year they’ve been integrating more GPU processing into the core.

One of the most common image processing tasks is convolution. Since LibJacket and OpenCV both support this, one of my coworkers rolled up his sleeves and benchmarked the latest versions from both libraries: OpenCV/CPU, OpenCV/GPU, LibJacket.

Jump over to his personal website for the full benchmark results and source code.  From the graphs, the GPU implementations from OpenCV and LibJacket both easily outperform the default CPU version in OpenCV, but notice that LibJacket pushes performance even further and dominates OpenCV’s GPU implementation, especially when using separable filters.

We’ve worked really hard the last few years to produce a reliable, high-performance commercial library and run-time.  If you’re interested in the best software for GPU computing, you might consider buying a license to save yourself time and to boost the end-to-end performance of your code.

To learn more about LibJacket, take the tour.

 

Related: ArrayFire+OpenCV.

Leave a Reply

Your email address will not be published. Required fields are marked *