点云技术相关产学研社区

 找回密码
 立即注册加入PCL中国点云技术相关产学研社区

扫一扫,访问微社区

查看: 4084|回复: 2

openMVG: "open Multiple View Geometry"(多目重建开源1)

[复制链接]
发表于 2017-2-19 18:59:36 | 显示全部楼层 |阅读模式
"open Multiple View Geometry" is a library for computer-vision scientists and especially targeted to the Multiple View Geometry community. It is designed to provide an easy access to the classical problem solvers in Multiple View Geometry and solve them accurately.
The openMVG credo is: "Keep it simple, keep it maintainable". OpenMVG targets readable code that is easy to use and modify by the community.
All the features and modules are unit tested. This test driven development ensures that the code works as it should and enables more consistent repeatability. Furthermore, it makes it easier for the user to understand and learn the given features.
To know more please visit the: openMVG GitHub repository

回复

使用道具 举报

 楼主| 发表于 2017-2-19 19:01:47 | 显示全部楼层
Core features

openMVG multiview module consists of a collection of:
solvers for 2 to n-view geometry constraints that arise in multiple view geometry.
Homography
Fundamental matrix
Essential matrix
Resection/Pose estimation matrix
Triangulation

a generic framework that can embed these solvers for robust estimation
Max-Consensus
Ransac
AC-Ransac (model and precision estimation)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-2-19 19:04:51 | 显示全部楼层
mypcl 发表于 2017-2-19 19:01
Core features

openMVG multiview module consists of a collection of:

Code samples:

In order to learn to use the library openMVG is provided with code samples:
openMVG_Samples/siftPutativeMatches
Open two images,
Compute and match sift points and descriptors with distance ratio.

openMVG_Samples/robust_homography
Compute the sift points that are valid under homography constraint.

openMVG_Samples/robust_fundamental
Compute the sift points that are valid under fundamental matrix constraint.

openMVG_Samples/robust_essential
Compute the sift points that are valid under essential matrix constraint,
Triangulate the corresponding points,
Save the reconstructed scene in PLY file (open it with Meshlab).
回复 支持 反对

使用道具 举报

本版积分规则

QQ|小黑屋|点云技术相关产学研社区 ( 陕ICP备13001629号 )

GMT+8, 2024-4-20 13:50 , Processed in 2.044103 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表