andrewda / frc-livescore

A Python package to determine the score of an FRC game from images
MIT License
29 stars 4 forks source link

Don't require OpenCV to read the image #4

Closed andrewda closed 4 years ago

andrewda commented 7 years ago

Users should be allowed to input a binary image/buffer into the method instead of an OpenCV mat.

cv2.imdecode()