File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ COLMAP 3.5 (08/22/2018)
2+ -----------------------
3+ - COLMAP is now released under the BSD license instead of the GPL
4+ - COLMAP is now installed as a library, whose headers can be included and
5+ libraries linked against from other C/C++ code
6+ - Add hierarchical mapper for parallelized reconstruction or large scenes
7+ - Add sparse and dense Delaunay meshing algorithms, which reconstruct a
8+ watertight surface using a graph cut on the Delaunay triangulation of the
9+ reconstructed sparse or dense point cloud
10+ - Improved robustness when merging different models
11+ - Improved pre-trained vocabulary trees available for download
12+ - Add COLMAP as a software entry under Linux desktop systems
13+ - Add support to compile COLMAP on ARM platforms
14+ - Add example Python script to read/write COLMAP database
15+ - Add region of interest (ROI) cropping in image undistortion
16+ - Several import bug fixes for spatial verification in image retrieval
17+ - Add more extensive continuous integration across more compilation scenarios
18+ - Many more bug fixes and improvements to code and documentation
19+
20+
121COLMAP 3.4 (01/29/2018)
222-----------------------
323- Unified command-line interface: The functionality of previous executables have
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ cmake_minimum_required(VERSION 3.0)
3333
3434project (COLMAP)
3535
36- set (COLMAP_VERSION "3.4 " )
37- set (COLMAP_VERSION_NUMBER "3400 " )
36+ set (COLMAP_VERSION "3.5 " )
37+ set (COLMAP_VERSION_NUMBER "3500 " )
3838
3939
4040################################################################################
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '3.4 '
56+ version = '3.5 '
5757# The full version, including alpha/beta/rc tags.
5858release = version
5959
You can’t perform that action at this time.
0 commit comments