摘要: indHomography: 计算多个二维点对之间的最优单映射变换矩阵 H(3行x3列) ,使用最小均方误差或者RANSAC方法 函数功能:找到两个平面之间的转换矩阵。 Mat cv::findHomography ( InputArray srcPoints, InputArray dstPoin 阅读全文
posted @ 2022-09-16 19:07 rainbow70626 阅读(1499) 评论(0) 推荐(0)