opencv_C++ AKAZE 特征提取与匹配

文章目录 一、程序示例及注释 二、运行结果 一、程序示例及注释 #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace cv; using namespace std; int main() { Mat objImage = imread("curry1.jpg", 0); Ma
相关文章
相关标签/搜索