Changelog for
openMVG-devel-1.6-39.11.x86_64.rpm :
* Thu Sep 23 2021 Guillaume GARDET
- Backport upstream patch to fix build with eigen 3.4.0:
* openmvg-fix-eigen-3.4.0.patch- Add a workaround patch until upstream fixes non-x86 build:
* openmvg-drop-cpuid.patch
* Sat Feb 06 2021 andy great - Fix test fail on Leap.
* Wed Feb 03 2021 andy great - Enable build for share libraries and examples.- Remove static libraries.- Drop CMAKE_BUILD_TYPE=RELEASE- Add devel and libopenMVG packages.- Add use_gnuinstalldirs.patch to use GNUInstallDirs for directories. gh#openMVG/openMVG#1852
* Sun Nov 01 2020 andy great - Enable testing.- Add patch Enable_NEW_mode_of_CMP0100.patch to fix cmake do not run automoc on .hh files, generating linker errors for the ui tools.
* Sun Oct 11 2020 andy great - Add -DTARGET_ARCHITECTURE=generic to support CPU that does not support AVX2 but might lose some speedup potential.
* Sat Aug 29 2020 andy great - Update to version 1.6.
* Graphics
* Add a helper class to manage to draw colors from gradient & heat bar/map
* Add opacity support in svgStyle
* Multiview
* Add 3 two-view triangulation routines
* Add Upright Essential matrix solver
* Add relative upright up2p solver
* Matching
* Add HNSWL2 matcher
* Software/SfM
* Add ability to chose Triangulation and Resection/Pose method from command line
* Add display of view-graph statistics in ComputeMatches
* ExportToOpenMVS supports now grayscale images
* FrustrumExport top face is now colored
* Mon Nov 25 2019 malcolmlewisAATTopensuse.org- Update to version 1.5+git20190715.606d1c9e:
* Prepare OpenMVG v1.5, (gh#/openMVG/openMVG#1560).
* [BUILD] Update documentation for vcpkg, (gh#/openMVG/openMVG#1531).
* [tracking] Fix sfm::IsTracksOneCC() and add unit tests to union_find, (gh#/openMVG/openMVG#1550).
* [Software] fix GCP registration when gcp numbering is not continuous, (gh#/openMVG/openMVG#1536).
* [software] fix main_ConvertSfM_DataFormat.cpp.
* [BUILD] Restore previous behavior for OSI/CLP/COIN, (gh#/openMVG/openMVG#1463).
* [DOCKER] Update BUILD.md with more instruction about how to use the OpenMVG docker image, (gh#/openMVG/openMVG#1464).
* [SfM/export] Update openMVGSpherical2Cubic, (gh#/openMVG/openMVG#1505).
* [SfM/export] Spherical sfm_data to Cubic sfm_data. (1) updated image generation to bilinear interpolation. (2) add corresponding 3D points\' projection to respective cubical views in the output sfm_data file. (3) corrected camera rotation matrix. (4) add function \'-f\' to skip cubic file generation. - fix inconsistency of rotation matrix orientation and generated cubic image orientation. add status progress bar and suppress some intermediate debugging outputs. - fix potential rotation determinant = -1 situation.
* [SfM/triangulation] Add a unit test with outlier for Robust SfM_Data Triangulation, (gh#/openMVG/openMVG#1520).
* [SfM/export] Spherical sfm_data to Cubic sfm_data for MVS (experimental), (gh#/openMVG/openMVG#1505).
* [sample] Add a sample to convert a spherical image to its cubemap representation, (gh#/openMVG/openMVG#1504).- Change to obs_scm service.- Add build constraints file.
* Wed Nov 13 2019 malcolmlewisAATTopensuse.org- Update to version 1.5: + [tracking] Fix sfm::IsTracksOneCC() and add unit tests to union_find, (gh#/openMVG/openMVG#1550). + [Software] fix GCP registration when gcp numbering is not continuous, (gh#/openMVG/openMVG#1536). + [software] fix main_ConvertSfM_DataFormat.cpp + [SfM/export] Update openMVGSpherical2Cubic, (gh#/openMVG/openMVG#1505). + [SfM/export] Spherical sfm_data to Cubic sfm_data. (1) updated image generation to bilinear interpolation. (2) add corresponding 3D points\' projection to respective cubical views in the output sfm_data file. (3) corrected camera rotation matrix. (4) add function \'-f\' to skip cubic file generation. fix inconsistency of rotation matrix orientation and generated cubic image orientation. add status progress bar and suppress some intermediate debugging outputs. - fix potential rotation determinant = -1 situation + [SfM/triangulation] Add a unit test with outlier for Robust SfM_Data Triangulation, (gh#/openMVG/openMVG#1520). + [SfM/export] Spherical sfm_data to Cubic sfm_data for MVS (experimental), (gh#/openMVG/openMVG#1505).
* Thu Dec 27 2018 malcolmlewisAATTopensuse.org- Update to version 1.4+git20180825.835f1e58: + [sfm] Corrected a problem with updating intrinsics after BA in localization mode, (gh#/openMVG/openMVG#1369). + Fix OpenMP and CMAKE_CXX_FLAGS library transitivity, (gh#/openMVG/openMVG#1176). + [build] Fix openMVG_main_IncrementalSfM2 build CMakelists, (gh#/openMVG/openMVG#1241). + [build] Fix stellar_SfM_test build CMakelists, (gh#/openMVG/openMVG#1241). + [documentation] Fix some typo and extend the documentation about openMVG_main_IncrementalSfM2, (gh#/openMVG/openMVG#1241). + Fix an unnecessary space. + [cameras] Cast image size to double. + [sfm/stellar] Fix an issue due to the usage of an unordered map on clang, (gh#/openMVG/openMVG#1241). + [sfm] Fix the initial triangulation for the relative pose engine, (gh#/openMVG/openMVG#1241). + [sfm] Speed improvement for the choice of the initial stellar configuration, (gh#/openMVG/openMVG#1241). + Incremental SfM v2, (gh#/openMVG/openMVG#1241).
* Mon Jul 09 2018 malcolmlewisAATTopensuse.org- Initial build at version db92617f (2017-12-08):