Installing OpenCV
OpenCV is considered by many to be the best open source computer vision library. It has versions for Windows, Linux, Mac, iOS and Android. As Windows installation is usually easier, I’ll focus on Linux/Mac. OpenCV uses cmake (Cross Platform Make) to configure and build the library. You can download cmake for the relevant platforms here …