openMVG

所属分类:图形图像处理
开发工具:Visual C++
文件大小:13220KB
下载次数:40
上传日期:2015-03-20 17:01:49
上 传 者guozhima
说明:  openMVG 是一款开源的SFM软件,它在某些方面要优于Bundler,可以利用N多张任意拍摄的照片,重建场景的三维模型。SFM 指的是,在计算机视觉中的从运动到结构,以及在摄影测量中的空中三角测量与光束法平差。
(OpenMVG (Multiple View Geometry) 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.)

文件列表:
openMVG-openMVG-9dc1b51 (0, 2014-09-17)
openMVG-openMVG-9dc1b51\.coveralls.yml (23, 2014-09-17)
openMVG-openMVG-9dc1b51\.travis.yml (1565, 2014-09-17)
openMVG-openMVG-9dc1b51\AUTHORS (886, 2014-09-17)
openMVG-openMVG-9dc1b51\BUILD (3487, 2014-09-17)
openMVG-openMVG-9dc1b51\docs (0, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\biblio.bib (5390, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures (0, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\Epipolar_geometry.pdf (36001, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\Epipolar_geometry.svg (25216, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\Homography_geometry.pdf (34553, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\Homography_geometry.svg (17390, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\SfM_geometry.pdf (40152, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\SfM_geometry.svg (107671, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac (0, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\0_3_line_robust.pdf (16756, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\0_3_line_robust.svg (15261, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\1_8_line_robust.pdf (17196, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\1_8_line_robust.svg (15262, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\2_7_line_robust.pdf (17311, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\2_7_line_robust.svg (15292, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\tooNoisy_line_robust.pdf (11082, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\ac_ransac\tooNoisy_line_robust.svg (35762, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\essential_geometry.pdf (29278, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\essential_geometry.svg (14879, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking (0, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking\GeometricMatrix.pdf (4582, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking\GeometricMatrix.svg (20003, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking\Tracks.pdf (17661, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking\Tracks.svg (54839, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking\feat_Tracking.jpeg (251084, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\feat_tracking\feat_Tracking_illus.jpeg (154590, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\kernel_concept.pdf (21127, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\kernel_concept.svg (13489, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\pinhole_geometry.pdf (39476, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\pinhole_geometry.svg (161189, 2014-09-17)
openMVG-openMVG-9dc1b51\docs\figures\resection_geometry.pdf (24150, 2014-09-17)
... ...

===================================== OpenMVG (open Multiple View Geometry) ===================================== ![Logo](https://github.com/openMVG/openMVG/raw/master/logo/openMVG_Logo.png) ------------ Introduction ------------ [OpenMVG (Multiple View Geometry)](http://imagine.enpc.fr/~moulonp/openMVG/) "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. -------- Building -------- See [BUILD](https://github.com/openMVG/openMVG/raw/master/BUILD) text file Continuous integration [![Build Status](https://travis-ci.org/openMVG/openMVG.png?branch=develop)](https://travis-ci.org/openMVG/openMVG) [![Coverage Status](https://coveralls.io/repos/openMVG/openMVG/badge.png?branch=develop)](https://coveralls.io/r/openMVG/openMVG?branch=develop): - develop branch: BUILD + UNIT TESTING - linux *** bits (GCC + clang). ------- License ------- See [LICENSE MPL2](https://github.com/openMVG/openMVG/raw/master/license.openMVG) text file ------- Authors ------- See [Authors](https://github.com/openMVG/openMVG/raw/master/AUTHORS) text file ------- Documentation ------- See [documentation](http://openmvg.readthedocs.org/en/latest) ---------------- Acknowledgements ---------------- openMVG authors would like to thanks libmv authors for providing an inspiring base to design openMVG. Authors also would like to thanks Mikros Image [1] and LIGM-Imagine laboratory [2] for support and authorization to make this library an opensource project. [1] [http://www.mikrosimage.eu/](http://www.mikrosimage.eu/) [2] [http://imagine.enpc.fr/](http://imagine.enpc.fr/) --------- Contact --------- openmvg-team[AT]googlegroups.com --------- Citations --------- If you find the library or some part of it useful, then following publications are relevant: [3] Moulon Pierre, Monasse Pascal and Marlet Renaud. ACCV 2012. [Adaptive Structure from Motion with a contrario model estimation.](http://hal.archives-ouvertes.fr/index.php?halsid=1n2qdqiv2a0l5eq7qpos9us752&view_this_doc=hal-00769266&version=1) [4] Moulon Pierre and Monasse Pascal. CVMP 2012. [Unordered feature tracking made fast and easy.](http://hal.archives-ouvertes.fr/index.php?halsid=ggdarhl8cv1j6ohq2073eok8q3&view_this_doc=hal-00769267&version=1) [5] Moisan Lionel, Moulon Pierre and Monasse Pascal. IPOL 2012. [Automatic Homographic Registration of a Pair of Images, with A Contrario Elimination of Outliers.](http://dx.doi.org/10.5201/ipol.2012.mmm-oh) Please cite [3] if you use openMVG library in your work.

近期下载者

相关文件


收藏者