Bundler源码研读笔记

 以下都是按照默认options设置执行的流程:

 在根据几个样本点来计算时都先对数据点进行了归一化操作,引入的根号2缘由是?

1.进入BundlerApp::BundleAdjustFast(),最高层函数调用,快速之意应该是使用了sba;

2./* Compute epipolar geometry between all matching images */
void BundlerApp::ComputeEpipolarGeometry(bool removeBadMatches,    int new_image_start)

ComputeEpipolarGeometry(i, j, removeBadMatches);/* Compute epipolar geometry between a given pair of images */

/* Estimate an F-matrix from a given set of point matches */
std::vector<int> EstimateFMatrix(...)

/* Use RANSAC to estimate an F-matrix */
int estimate_fmatrix_ransac_matches(...)

起始随机选择8个种子点作为计算,计算出F之后统计inlier的比率小于0.95就重新选择种子点计算

/* Use linear least-squares to estimate the fundamantal matrix */
int estimate_fmatrix_linear(...)

  • 1
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值