ChrisCummins / visioncpp

Performance-portable GPU machine vision algorithms for Python
http://chriscummins.cc/visioncpp/
Other
2 stars 0 forks source link

Remove dependency on opencv #14

Closed ChrisCummins closed 7 years ago

ChrisCummins commented 7 years ago

Possible use scipy.ndimage.read() to load images

https://docs.scipy.org/doc/scipy-0.13.0/reference/generated/scipy.ndimage.imread.html

ChrisCummins commented 7 years ago

Done