0
点赞
收藏
分享

微信扫一扫

使用OpenCV检测两张图片的关键点并计算关键点的描述子

浮游图灵 2023-07-13 阅读 50

在这里插入图片描述

#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/highgui/highgui.hpp>
举报

相关推荐

0 条评论