Introduction to Opencv Python

OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. Cross-Platform API of C functions FREE for commercial and non-commercial uses.
  1. Open source computer vision and machine learning library
  2. Contains implementations of a large number of vision algorithms
  3. Written natively in C++, also has C, Python, Java, and MATLAB interfaces
  4. Supports Windows, Linux, Mac OS X, Android, and iOS

Comments