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.
- Host: GitHub
- URL: https://github.com/chinmayeegade/opencv-image-processing
- Owner: Chinmayeegade
- Created: 2021-12-20T17:08:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T18:14:17.000Z (about 4 years ago)
- Last Synced: 2025-01-25T07:02:16.278Z (over 1 year ago)
- Topics: computer-vision, image-processing, opencv
- Language: Python
- Homepage:
- Size: 28.2 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Reading Images and Videos
- The specified image/video will be displayed.
## Image Processing and Color Filtering Methods
Output: 61 Total Contours.

## Image Histograms

## Bitwise Operators and Masking Images

## Adding Texts and Shape
