Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maitrakhatri/computer-vision
Practicing Open CV
https://github.com/maitrakhatri/computer-vision
computer-vision computer-vision-opencv open-cv opencv
Last synced: 3 days ago
JSON representation
Practicing Open CV
- Host: GitHub
- URL: https://github.com/maitrakhatri/computer-vision
- Owner: maitrakhatri
- Created: 2022-07-27T12:40:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T18:34:30.000Z (about 2 years ago)
- Last Synced: 2023-03-05T23:05:02.238Z (over 1 year ago)
- Topics: computer-vision, computer-vision-opencv, open-cv, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer-Vision
Practicing Open CV in Python.Note: These programs are written and executed in VSCode, you might need to make necessary changes according to your IDE.
# Prerequisites to run these on your Local System
1. Make sure you have installed latest version of Python
2. Make sure you latest version of `pip` installed
3. `pip install` mentioned libraries before running the code## [Practical - 1](https://github.com/maitrakhatri/Computer-Vision/blob/main/Practicals/1.%20Basic%20Image%20Procressing.py) Basic Image Operations
- Reading Image
- Displaying
- Writing Image
- Operations on Image
- Converting Images into different Color Formats
- Converting Images into Grayscale
- Inverting Images / Complement of an Image
- Replacing Specific Colors in an Image