我想BRISK使用Python和OpenCV实现无人机图像中的特征检测和描述。
BRISK
由于BRISK也是一个描述符,我想使用它的描述特征来匹配两个图像。
我该怎么做?
python opencv feature-extraction feature-detection mser
我正在尝试在航拍图像上实现KAZE和A-KAZE使用Python和OpenCV进行特征检测和描述。
KAZE
A-KAZE
代码是什么?
另外,特征匹配应该使用什么描述符?
python opencv feature-extraction feature-detection feature-descriptor
feature-detection ×2
feature-extraction ×2
opencv ×2
python ×2
feature-descriptor ×1
mser ×1