Skip to content

Commit

Permalink
Merge pull request #520 from mleotta/dev/update-release-notes
Browse files Browse the repository at this point in the history
updated notes for release
  • Loading branch information
mleotta committed Aug 31, 2021
2 parents 7efbd96 + 004b2b6 commit 5fa9c7e
Showing 1 changed file with 39 additions and 7 deletions.
46 changes: 39 additions & 7 deletions doc/release-notes/1.2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@ TeleSculptor v1.2.0 Release Notes
This is a minor release of TeleSculptor that provides both new functionality
and fixes over the previous v1.1.0 release.

Updates since v1.1.0
The biggest changes in this release are the transition to a new Sphinx-based
user manual at https://telesculptor.readthedocs.io, the removal of deprecated
MAP-Tk command line tools, improved handling of mesh coloring from the video,
and an interface for manual camera calibration by manually placing camera
registration points on frames.

TeleSculptor v1.2.0 also builds on updated KWIVER v1.6.0 and Fletch v1.5.0,
which provide upgraded third-party packages and improvements to algorithms.
For example, TeleSculptor now uses VTK 9.0, OpenCV 4.5, and Qt 5.12.
While command line tools have been removed from TeleSculptor, it is now
possible to reproduce the entire TeleSculptor processing chain from the
command line using the *kwiver* command. The command line workflow uses
KWIVER v1.6 directly and does not require the TeleSculptor GUI.

Additional details about TeleSculptor changes in this release are provided
in the detailed release notes below.


Updates since v1.1.2
--------------------

TeleSculptor Application
Expand Down Expand Up @@ -40,6 +58,12 @@ TeleSculptor Application

* Added support for opening .ts (MPEG transport stream) video files.

* Added interfaces to the GCP and Camera View panels to allow the placement
of Camera Registration Points (CRPs). These are manual feature tracks
placed on multiple images and associated to a GCP.

* Added an interface to estimate a camera from manually placed CRPs.

* Added keyboard shortcuts to change frames and to change the selected ground
control point.

Expand All @@ -52,16 +76,24 @@ Build System

* The superbuild now allows using system packages for many dependencies.

* Updated OpenCV version to 4.5.1

* Updated Qt version to 5.12.8

* Updated VTK Version to 9.0

Documentation

* Replaced the PDF user guide and the basic HTML help page with a better
formatted and more maintainable manual using Sphinx. The same user manual
is now availble at https://telesculptor.readthedocs.io and offline in the
TeleSculptor help menu.


Fixes since v1.1.2
------------------

TeleSculptor Application

* Fixed a bug in which the "zoom to landmarks" option would make the World
View projections permantly invalid if there were no landmarks to zoom to.

* Updated OpenCV version to 4.5.1

* Updated Qt version to 5.12.8

* Updated VTK Version to 9.0

0 comments on commit 5fa9c7e

Please sign in to comment.