alex-ong / NESTrisOCR

OCR for statistics in NESTris
24 stars 7 forks source link

Remove PIL for capture #36

Open alex-ong opened 4 years ago

alex-ong commented 4 years ago

Move towards pure OpenCV/Numpy

1) resize - (nearest neighbor / box) can be implemented in opencv 2) crop - opencv should be able to do it, otherwsie should be simple for us to do too.