Open Source Computer Vision Library (OpenCV) is an open-source computer vision library that has bindings for C++, Python, and Java. It is used for a wide range of applications including analyzing medical images, stitching street view images, analyzing surveillance video, detecting and recognizing faces, tracking moving objects, extracting 3D models, and much more. OpenCV can take advantage of multicore processing and features of GPU acceleration for real-time operation.
In this chapter, I will explain how to install ...