SIFT in OpenCV · Since you already found keypoints, you can call sift.compute() which computes the descriptors from the keypoints we have found. Eg: kp,des = ...
確定! 回上一頁