Skip to content

Commit

Permalink
Merge pull request #193 from mleotta/dev/clean-up-rel-notes
Browse files Browse the repository at this point in the history
Dev/clean up rel notes
  • Loading branch information
mleotta authored Jul 29, 2016
2 parents 324ed87 + 98cde02 commit 773b944
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions doc/rel_notes/0.8.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,19 @@ This release provides patches to the MAP-Tk v0.8.0 release to address issues.
MAP-Tk v0.8.1 is a bug fix release with no new functionality.


Updates since v0.8.0
--------------------

Scripts

* The SketchUp import script now loads MAP-Tk landmarks into a new layer.


Fixes since v0.8.0
--------------------

Core Plugin

* In the core triangulation algorithm, landmarks that were not observed by
enough cameras or had no corresponding tracks were not counted towards the
the number of failed triangulations. Now they are.
number of failed triangulations. Now they are.

VXL Plugin

* Updated the CMake code for using VXL to handle changes in VXL master so that
MAP-Tk can build against the latest VXL. The lastest VXL master uses
MAP-Tk can build against the latest VXL. The latest VXL master uses
VXL_CORE_INCLUDE_DIRS instead of VXL_CORE_INCLUDE_DIR to specify multiple
include directories (e.g. in source and build trees). This is needed to
find configured headers that are in the build tree. The same is true for
Expand All @@ -47,7 +39,7 @@ Tools

* Fixed an issue with converting POS filenames to KRTD in the pos2krtd tool.
When producing the KRTD filenames from the POS file names, the pos2krtd
tool was being too agressive about striping file extensions when more
tool was being too aggressive about striping file extensions when more
than one '.' was in the file name. In this release the tool strips the
extension at the last '.' instead of the first.

Expand All @@ -60,3 +52,5 @@ Scripts
limiting the FOV of cameras to greater than 1 degree. The loading script
now adjusts the image width and focal length parameter to force FOV less
than 1 degree when needed.

* The SketchUp import script now loads MAP-Tk landmarks into a new layer.

0 comments on commit 773b944

Please sign in to comment.