RANSAC
RANSAC为RandomSampleConsensus的缩写,它是根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。它于1981年由Fischler和Bolles最先提出[1]。
资源总数
12
RANSAC 热门资料
RANSAC Toolbox by Marco Zuliani email: marco.zuliani@gmail.com -------------------------------
RANSAC Toolbox by Marco Zuliani email: marco.zuliani@gmail.com -------------------------------
2014-01-01
174
ransac是常用的稳健计算机视觉的方法
ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。本源代码用仿摄模型模拟两影像的几何变形,用ransac算法来剔除错误匹配点,得到最终的仿摄参数。
2014-01-09
114
RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical mod
RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical model from a set of obs...
2017-09-09
23