
The Good side of OpenMP is its inherent simplicity. The ease with which it enables you to write parallel code is remarkable.
This post is an update to a previous post: Building OpenCV with OpenMP . In this post, it's all about performance analysis of OpenCV with and without OpenMP.
The...