python - ImportError: No module named six [Windows] - Stack ...
stackoverflow.com › questions › 32673832Sep 20, 2015 · ImportError: No module named six [Windows] Bookmark this question. Show activity on this post. import numpy as np import cv2 from matplotlib import pyplot as plt img = cv2.imread ('test.jpg',0) orb = cv2.ORB () kp = orb.detect (img,None) kp, des = orb.compute (img, kp) img2 = cv2.drawKeypoints (img,kp,color= (0,255,0), flags=0) plt.imshow (img2 ...