coronacheck-tools icon indicating copy to clipboard operation
coronacheck-tools copied to clipboard

TODO: migrate cv2 -> Pillow

Open Sikerdebaard opened this issue 3 years ago • 0 comments

cv2 is a bit heavy for the limited image processing tasks done by this library. Migrating cv2 to Pillow would make this library a lot faster to install on systems where cv2 wheels aren't necessarily available. E.g. some linux arm systems.

Sikerdebaard avatar Feb 09 '22 15:02 Sikerdebaard