OpenCV - Wikipedia
https://en.wikipedia.org/wiki/OpenCVOpenCV (Open Source Computer Vision Library) is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel, it was later supported by Willow Garage then Itseez (which was later acquired by Intel).The library is cross-platform and free for use under the open-source Apache 2 License.Starting with 2011, OpenCV features GPU …
OpenCV: OpenCV installation overview
docs.opencv.org › 4 › d0Jan 08, 2013 · OpenCV uses CMake build management system for configuration and build, so this section mostly describes generalized process of building software with CMake. Step 0: Prerequisites. Install C++ compiler and build tools. On *NIX platforms it is usually GCC/G++ or Clang compiler and Make or Ninja build tool.