Use cv2 to replace scipy.misc (fix #592) (#667)
* Converted scipy.misc to cv2 Scipy.misc is being deprecated so we should probably switch to OpenCV to reduce the number of needed dependencies. * Removed unused import. * Made Travis happy * Travis fix * Added cv2 dummy func and remove grayscale hack
Showing
Please register or sign in to comment