python opencv3 特征提取与描述 DoG SIFT hessian surf

git:https://github.com/linyi0604/Computer-Vision   DoG和SIFT特征提取与描述 1 # coding:utf-8 2 3 import cv2 4 5 # 读取图片 6 img = cv2.imread("../data/walez1.jpg") 7 # 转为灰度图像 8 gray = cv2.cvtColor(img, cv2.
相关文章
相关标签/搜索