File openMVS.changes of Package openMVS
-------------------------------------------------------------------
Wed Nov 27 16:47:46 UTC 2024 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Update to version 2.3.0:
For details, see
https://github.com/cdcseacave/openMVS/releases/tag/v2.3.0
- Drop obsolete patches:
* fix_VCG_eigen_not_found.patch
* fix-aarch64.patch
- Add new patches:
* 0001-Fix-building-without-Ceres.patch
* 0002-Fix-buffer-overflow-in-formatTime-utility-method.patch
-------------------------------------------------------------------
Mon Feb 1 16:15:37 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on aarch64:
* fix-aarch64.patch
-------------------------------------------------------------------
Thu Oct 29 17:10:39 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 1.1.1.
* Depth-maps stored as DMAP files can now be
exported/imported/visualized. Full changes:
* add DMAP visualization support to Viewer
* expose depth-map file format in Interface.h
* script MvgMvsPipeline.py improvement
* build scripts improvements
* small depth-map estimation improvement
* add option to decimate the input mesh before texturing
* add support for binary COLMAP projects
* add support for Bundle OUT projects (only undistorted cameras)
- Bundled VCG (fork of vcglib) as build dependency because VCG is
build for openMVS and openMVS cannot use vcglib.
- Add fix_VCG_eigen_not_found.patch to fix error: eigenlib/Eigen/*:
No such file or directory.
-------------------------------------------------------------------
Sun Nov 24 23:38:12 UTC 2019 - malcolmlewis@opensuse.org
- Update to version 1.0+git20191022.494e006:
* common: updated MapSMtoCores for SM 7.2 and SM 7.5,
(gh#cdcseacave/openMVS#493).
* common: use boost throw_exception declaration.
* mesh: fix API of pca_estimate_normals for CGAL version > 4.13,
(gh#cdcseacave/openMVS#490).
* common: updated MapSMtoCores for SM 5.3 to SM 7.0,
(gh#cdcseacave/openMVS#489).
* dense: fix debug asserts.
* interface: fix COLMAP import.
* dense: fix crash when working directory is provided,
(gh#cdcseacave/openMVS#460).
* mesh: intersect with infinite tetrahedron bug fix,
(gh#cdcseacave/openMVS#450).
* Merge branch 'develop', (gh#cdcseacave/openMVS#422).
-------------------------------------------------------------------
Wed Nov 13 14:52:53 UTC 2019 - malcolmlewis@opensuse.org
- Spec file cleanup.
-------------------------------------------------------------------
Sun Sep 8 03:49:35 UTC 2019 - malcolmlewis@opensuse.org
- Update to version 1.0:
+ First mature version of OpenMVS.
+ The quality of the dense point-cloud is much improved. Tested
on the two most representative benchmarks in this field,
OpenMVS obtains a decent position in the leader-board at only
a fraction of run-time compared to the other methods, even
though using only a CPU implementation:
* ETH3D Benchmark (created by the COLMAP authors).
* Tanks and Temples Benchmark (created by Intel).
Even better results can be obtained by using also the mesh
reconstruction and mesh refinement modules on top of the
dense-point cloud and submit a point-cloud sampled from the
more accurate mesh.
+ The support for the OpenMVG SfM solution was extended with an
interface to/from the COLMAP solution, supporting both SfM
import and dense point-cloud import/export in order for you to
experiment with combining different modules at the various
stages of the Multi-View Stereo pipeline.
- Add lffat-lto-objects flag to fix to-no-text-in-archive build
error.
-------------------------------------------------------------------
Thu Dec 27 15:30:01 UTC 2018 - malcolmlewis@opensuse.org
- Update to version 0.9:
+ Merge development branch.
-------------------------------------------------------------------
Mon Jul 9 00:59:48 UTC 2018 - malcolmlewis@opensuse.org
- Initial build.