- The OpenCV full form is Open Source Computer Vision Library.
- OpenCV is the huge open-source library for the computer vision, machine learning, and image processing. Recently, it plays a vital role in real-time operation including, object detection, face recognition,Vehicle counting on highways along with their speeds, Medical image analysis, tracking and so on.
Install using Anaconda:
conda install -c conda-forge opencv
For Windows:
pip install opencv-python
This repositry contain the following files.
- How to install and used OpenCv in kaggel
- Different type of kernel operation on Image and Image Annotation (text, Rectangle)
- Morphological transformations are some simple operations based on the image shape.
-Erosion -Dilation -Opening -Closing -Gradient and so on