赞
踩
1、SURF优点: SIFT速度慢,一次出现了SURF; 2、使用SURF步骤: surf = cv2.xfeatures2d.SURF_create() kp,des = surf.detectAndComputer(img,mask)
# -*- coding:utf-8 -*- """ 作者:794919561 日期:2023/8/31 """ # -*-