surf = cv2.xfeatures2d.SURF_create()
but could not find these then after some search came to know that they have moved to opencv_contrib. So can anyone tell me how to compile opencv that has these features in windows.
1 | initial version |
surf = cv2.xfeatures2d.SURF_create()
but could not find these then after some search came to know that they have moved to opencv_contrib. So can anyone tell me how to compile opencv that has these features in windows.