Ask Your Question

Peixoto's profile - activity

2018-06-10 13:13:22 -0600 answered a question KNearest save problem

I use: knn.save('knn.yml') to save the model And: fs = cv2.FileStorage('knn.yml', cv2.FILE_STORAGE_READ) knn_yml =

2018-06-03 18:30:42 -0600 answered a question Stitch images with OpenCV 3 (+contrib) and Python 2.7

Hi I can find module X2D referenced in lines: # Initiate SIFT detector sift = X2D.SIFT_create() Can anyone help me?