//Draw matches
Mat imgMatches;
drawMatches(img1, keypoints1, img2, keypoints2, matches, imgMatches);
namedWindow("Matches");
imshow("Matches", imgMatches);///这里要有一个imshow,不然显示不出来
2021-08-16
最新推荐文章于 2025-06-09 19:10:48 发布