opencv函數錯誤TypeError: Incorrect type of self (must be ‘Feature2D‘ or its derivative)

1、 TypeError: Incorrect type of self (must be ‘Feature2D’ or its derivative)錯誤 在編輯opencv中fast函數: fast = cv2.FastFeatureDetector() 時候,會出現上面那個錯誤。要將函數修改爲: fast = cv2.FastFeatureDetector_create() 這個錯誤的ORB
相關文章
相關標籤/搜索