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: 6 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:19:37.000Z (10 months ago)
- Last Synced: 2025-02-03T16:58:51.383Z (8 months 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

### 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!!!
