Tibo-s-Team / OCR_EPITA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Loading

Titalah opened this issue · comments

Our OCR should load images (with paths) and ready them.
This means reading the image and creating a usable RGB matrix for preprocessing.

I'm implementing the matrix after the color supression process instead, that way you only have to store values of 0 or 1 making the process easier.

(#15) - Image loaded succesfully.