Skip to content

Commit

Permalink
Merge pull request #372 from mleotta/dev/release-notes
Browse files Browse the repository at this point in the history
Updated release notes
  • Loading branch information
mleotta authored Jun 16, 2020
2 parents b3eab71 + 4397a21 commit 08030e1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 37 deletions.
34 changes: 32 additions & 2 deletions doc/release-notes/master.txt → doc/release-notes/1.1.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ TeleSculptor v1.1.0 Release Notes
=================================

This is a minor release of TeleSculptor that provides both new functionality
and fixes over the previous v1.0.0 release.
and fixes over the previous v1.0.0 release. The most prominant features of
this new release are improved robustness in struture from motion, an option
to use ground control points to georegister a solution, a logger panel to
show log messages from the algorithms, improved spatial distribution of
tracked features, improved video loading, and a "Run End-to-End" compute
option. Many more improvements have also been made, and these are documented
in detail below.

TeleSculptor v1.1.0 builds against KWIVER v1.5.0 and Fletch v1.4.0.


Updates since v1.0.0
Expand Down Expand Up @@ -48,7 +56,7 @@ TeleSculptor Application

* TeleSculptor now loads all video frames and metadata by default instead
of sampling every 10th frame as in the past. This is feasible because
the feature tracking now downsamples frames to a reasonable amount instead.
the feature tracking now down samples frames to a reasonable amount instead.

* Added support for bundle adjustment callbacks that do not update the GUI
state. This allows the initializer tool to support early termination
Expand Down Expand Up @@ -116,6 +124,11 @@ TeleSculptor Application
Fixes since v1.0.0
------------------

Build System

* Fixed broken PDAL support. PDAL was disabled regardless of the CMake
setting due to a mis-named variable.

TeleSculptor Application

* Fixed a divide-by-zero bug caused by computing the mean landmark location
Expand All @@ -136,6 +149,23 @@ TeleSculptor Application

* Improved video playback speed by avoiding excessive seeking.

* Updated "About" dialog github URL from maptk to TeleSculptor.

* Fixed a bug in translating the ROI when shifting the geo-origin point.
Previously the ROI was collapsing because both the min and max point were
set to the translated min point.

* Fixed a bug in which GCPs or ruler end points would render in random
locations in the camera view if the world location was behind the
camera. The GCPs or ruler for invalid projections are no longer drawn.

* Fixed a bug in which GCPs imported from a file after a camera was loaded
were imported twice.

* Fixed an issue with location precision of landmarks in the Camera View that
occurred when some points project very far from the image. These points are
now filtered out.

Packaging

* The packaging for Linux has been corrected so that setting LD_LIBRARY_PATH
Expand Down
35 changes: 0 additions & 35 deletions doc/release-notes/release.txt

This file was deleted.

0 comments on commit 08030e1

Please sign in to comment.