Skip to content

Commit

Permalink
Release of COLMAP version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed Jul 24, 2020
1 parent f2ce5f5 commit cb0709a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
COLMAP 3.6 (07/24/2020)
-----------------------
- Improved robustness and faster incremental reconstruction process
- Add ``image_deleter`` command to remove images from sparse model
- Add ``image_filter`` command to filter bad registrations from sparse model
- Add ``point_filtering`` command to filter sparse model point clouds
- Add ``database_merger`` command to merge two databases, which is
useful to parallelize matching across different machines
- Add ``image_undistorter_standalone`` to enable undistorting images
without a pre-existing full sparse model
- Improved undistortion for fisheye cameras and FOV camera model
- Support for masking input images in feature extraction stage
- Improved HiDPI support in GUI for high-resolution monitors
- Import sparse model when launching GUI from CLI
- Faster CPU-based matching using approximate NN search
- Support for bundle adjustment with fixed extrinsics
- Support for fixing existing images when continuing reconstruction
- Camera model colors in viewer can be customized
- Support for latest GPU architectures in CUDA build
- Support for writing sparse models in Python scripts
- Scripts for building and running COLMAP in Docker
- Many more bug fixes and improvements to code and documentation


COLMAP 3.5 (08/22/2018)
-----------------------
- COLMAP is now released under the BSD license instead of the GPL
Expand Down

0 comments on commit cb0709a

Please sign in to comment.