Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.34 KB

OpenCV-Image-Processing

  • OpenCV is a Python open-source library, which is used for computer vision in Artificial intelligence, Machine Learning, face recognition, etc. In OpenCV, the CV is an abbreviation form of a computer vision, which is defined as a field of study that helps computers to understand the content of the digital images such as photographs and videos.
  • This project comprises codes to various image editing, processing and filtering methods offered by OpenCV.

Resizing or Rescaling Images

Screenshot (582)

Reading Images and Videos

  • The specified image/video will be displayed.

Image Processing and Color Filtering Methods

Output: 61 Total Contours. Screenshot (421)

Image Histograms

Screenshot (422)

Bitwise Operators and Masking Images

Screenshot (423)

Adding Texts and Shape

Screenshot (424)