OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.
OpenCV is written in C++ and its primary interface is in C++, but it still retains a less comprehensive though extensive older C interface. All of the new developments and algorithms appear in the C++ interface. There are bindings in Python, Java and MATLAB/OCTAVE. The API for these interfaces can be found in the online documentation. Wrappers in several programming languages have been developed to encourage adoption by a wider audience. In version 3.4, JavaScript bindings for a selected subset of OpenCV functions was released as OpenCV.js, to be used for web platforms.
- Create an issue or search for existing issue.
- If that issue not assigned, comment to get the issue assigned.
- Create a pull request mentioning the issue number
- Issue is reviewed and merged🎉.
Sr. No. | Name |
---|---|
1. | Basics of Open CV |
2. | Blogs on Open CV |
3. | Image Manipulations |
4. | Image Segmentation |
5. | Object Detection |
6. | Projects |
7. | Theorys |