opencv(python)------特征点检测与匹配(四)

1.特征点检测

1.1 SIFT特征点检测

SIFT_ create函数的定义如下:

SIFT_create(nfeatures=None, nOctaveLayers=None, contrastThreshold=None, edgeThreshold=None, sigma=None)

参数说明如下:
●nfeatures: 保留的最优特征数量。
●nOctavel .ayers:每个octave的层数。
●contrastThreshold: 对比度

猜你喜欢

转载自blog.csdn.net/m0_47405013/article/details/124937452
今日推荐