三. 2d-2d三角化求路标point

int main(int argc, char** argv) { Mat img_1 = imread("1.png"); Mat img_2 = imread("2.png");   vector<KeyPoint> keypoints_1, keypoints_2; vector<DMatch> matches; //1. 求特征点(keypoints)和描述子之间匹配(matches) 
相关文章
相关标签/搜索