论文:This is a monocular dense mapping system following the IEEE Robotics and Automation Letters (RA-L) submission Quadtree-accelerated Real-time Monocular Dense Mapping, Kaixuan Wang, Wenchao Ding, Shaojie Shen. 代码地址:https://github.com/HKUST-Aerial-Ro
完整的 multi view stereo pipeline 会有以下步骤 structure from motion(SfM)==> camera parameters, sparse point cloud multi view stereo(MVS)==>depth map, dense point cloud surface reconstruction(SR)==>poisson or delauny reconstruction, mesh texture mapping(T
目标形体形状轮廓重建:ICCV2019论文解析 Shape Reconstruction using Differentiable Projections and Deep Priors 论文链接: http://openaccess.thecvf.com/content_ICCV_2019/papers/Gadelha_Shape_Reconstruction_Using_Differentiable_Projections_and_Deep_Priors_ICCV_2019_paper.pd
Books from Zhihu: 幽默一把 看完Gonzalez:嗯,好像很好玩的样子,我也来搞一搞.看完Price:什么鬼,怎么这么多公式,公式看不懂肿么破.看完Szeliski:原来用一千页的书只能勉强做综述和论文索引,玩蛋去. 书的使用 Szeliski的<computer vision:algorithms and application>论文索引工具书 Reinhard Klette的<Concise Computer Vision: An Introduction into
Books from Zhihu: 幽默一把 看完Gonzalez:嗯,好像很好玩的样子,我也来搞一搞.看完Price:什么鬼,怎么这么多公式,公式看不懂肿么破.看完Szeliski:原来用一千页的书只能勉强做综述和论文索引,玩蛋去. 书的使用 Szeliski的<computer vision:algorithms and application>论文索引工具书 Reinhard Klette的<Concise Computer Vision: An Introduction into
做了个对比.Borůvka算法对于稠密图效果特别好.这两个都是求生成森林的算法.Prim+heap+tarjan过于难写不写了. V=200,E=1000 Kruskal method 487504811 Time usage: 129 us Bor(uc)uvka method 487504811 Time usage: 94 us V=500,E=3000 Kruskal method 1068863143 Time usage: 431 us Bor(uc)uvka method 1068