Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artinmohajeri/image-to-matrix-convertor-python-opencv
https://github.com/artinmohajeri/image-to-matrix-convertor-python-opencv
computer-vision cv2 cv2-library image-processing image-to-matrix matrix matrix-generation matrix-to-image opencv opencv-python python python3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/artinmohajeri/image-to-matrix-convertor-python-opencv
- Owner: artinmohajeri
- Created: 2024-12-05T11:13:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:19:37.000Z (about 1 month ago)
- Last Synced: 2024-12-05T12:24:45.345Z (about 1 month ago)
- Topics: computer-vision, cv2, cv2-library, image-processing, image-to-matrix, matrix, matrix-generation, matrix-to-image, opencv, opencv-python, python, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image and Matrix Convertor Pyhton
![greenLine](https://github.com/user-attachments/assets/db683d43-2bbe-4882-bd74-4c0b1c89983e)
### This is a simple project using openCV (cv2) that takes an image and convert it to a matrix file. so instead of having an images, you'll have a text-based file with numbers between 0-255 representing each pixel.
### There is another project as well which takes the matrix and convert that to the image. visa versa!!!
![Matrix-for-certain-area-of-a-grayscale-image-17](https://github.com/user-attachments/assets/54853157-959c-4d45-82c4-31ad512013d4)