An open API service indexing awesome lists of open source software.

https://github.com/chinmayeegade/opencv-image-processing

This project comprises codes to various image editing, processing and filtering methods offered by OpenCV.
https://github.com/chinmayeegade/opencv-image-processing

computer-vision image-processing opencv

Last synced: 5 months ago
JSON representation

This project comprises codes to various image editing, processing and filtering methods offered by OpenCV.

Awesome Lists containing this project

README

          

# 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)](https://user-images.githubusercontent.com/96294811/149668863-e8f8bb92-446e-4a4f-8ddb-24178f965286.png)
## Reading Images and Videos
- The specified image/video will be displayed.
## Image Processing and Color Filtering Methods
Output: 61 Total Contours.
![Screenshot (421)](https://user-images.githubusercontent.com/96294811/149669017-fcf1e8ac-a944-4e32-8350-3c261d4ed46e.png)
## Image Histograms
![Screenshot (422)](https://user-images.githubusercontent.com/96294811/149669150-5a7c4785-7fe6-4d78-97cf-8c9c13d253cd.png)
## Bitwise Operators and Masking Images
![Screenshot (423)](https://user-images.githubusercontent.com/96294811/149669180-ac589203-4abd-4867-a250-6fc881efb9bc.png)
## Adding Texts and Shape
![Screenshot (424)](https://user-images.githubusercontent.com/96294811/149669208-09cf7583-ef93-4f29-a87a-68f98c3e8721.png)