MarcoForte / knn-matting

Python implementation of KNN Matting, CVPR 2012 / TPAMI 2013 http://dingzeyu.li/projects/knn/
MIT License
128 stars 29 forks source link

scipy imread uint8 #4

Closed Yukin1218 closed 6 years ago

Yukin1218 commented 6 years ago

Python 2.7.12 scipy 0.17.0 The Data type of images loaded by scipy.misc.imread('xxx.png') is "uint8", which causes problems.