Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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