Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 582 Bytes

File metadata and controls

5 lines (5 loc) · 582 Bytes

Image and Matrix Convertor Pyhton

greenLine

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