Procedure of foul point cloud reconstruction tools

Bundler + CMVS-PMVS:

  1. Check image character using jhead.
    在这里插入图片描述

  2. Put all images into a folder.
    a. Possible issue: image too large. Use ImageMagick to change the size. http://blog.sina.com.cn/s/blog_68f88be10102vohm.html
    mogrify -path newdir -resize 200% *.png 这句命令的意思是将当前目录中所有的 png 文件都放大一倍,并存放到 newdir 目录中
    b. …/…/RunBundler.sh under image folder
    …/…/bin/Bundle2PMVS prepare/list.txtbundle/bundle.out

     	![在这里插入图片描述](https://img-blog.csdnimg.cn/201909241101035.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80Mzg5NjA4OQ==,size_16,color_FFFFFF,t_70)
     	bash pmvs/prep_pmvs.sh
    

OpenMVG + OpenMvs:

  1. Cd ~/openMVG_Build/software/SfM
  2. Edit SfM_Gxxx.py and SfM_Seqxxx.py file.
    If: camera model in database. https://github.com/openMVG/CameraSensorSizeDatabase
    Else: add focal length -f 1.2*max(w, h)
    Else: add K_matrix
  3. python xxx.py path/to/image path/to/output_dir
  4. In output_dir, can find reconstruction_sequential or reconstruction_global directory. And then get sfm_data.bin
  5. Create a new folder for dense reconstruction, cp sfm_data.bin /path/to/dense reconstruction
  6. Convert to .mvs file
    openMVG_main_openMVG2openMVS -i sfm_data.bin -o scene.mvs(file.name)
    Check the results simply by Viewer scene.mvs
  7. Create dense reconstruction.
    DensifyPointCloud sence.mvs
    Or ReconstructMesh scene_dense.mvs
    Or RefineMesh scene_mesh.mvs
    Or TextureMesh scene_dense_mesh.mvs
    Check the result by using Viewer

VisualSfM:

Check the following link
https://blog.csdn.net/lhanchao/article/details/52238470

OpenSfM:

https://blog.csdn.net/weixin_43896089/article/details/98173871

参看资源:
https://blog.csdn.net/lhanchao/article/details/52238470
https://blog.csdn.net/X_kh_2001/article/details/83690094
https://blog.csdn.net/moneyhoney123/article/details/78454659

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值