Skip to content

Commit

Permalink
Merge pull request #27 from mleotta/dev/revise-rel-notes
Browse files Browse the repository at this point in the history
revised v0.4.1 release notes for grammar, typos, etc.
  • Loading branch information
mleotta committed Oct 3, 2014
2 parents f8bb7ed + a14793d commit af06e83
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/rel_notes/0.4.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ Documentation
Build System

* Updated the dashboard_git_url in the dashboard scripts to point to the
new public git URL on GitHub.
new public Git URL on GitHub

* Updated CTEST_DROP_SITE to support both a public dashboard and a private
dashboard at Kitware for testing unrelease changes.
dashboard at Kitware for testing unreleased changes

Core Library

* Added log message for error condition in track_features_default.cxx
where dependent algorithm were not all initialized.
* Added a log message for an error condition in track_features_default.cxx
where dependent algorithms were not all initialized

* Added "virtual" keyword to algo type_name() and impl_name() methods in
derived classes. The keyword is not required here, but makes it more
apparent that these are virtual methods.

* Made destructor for compute_ref_homography_default class virtual.
* Made destructor for compute_ref_homography_default class virtual


Fixes since v0.4.0
Expand All @@ -52,23 +52,23 @@ Build System
newer versions of CMake

* Fixed the issue with building statically on Windows by applying
__declspec(dllimport) only in the shared build case.
__declspec(dllimport) only in the shared build case

* Fixed CMake config file configuration. Added missing build directory
reference in build config, and fixed pathing in install config.
reference in build config, and fixed pathing in install config

Core Library

* Call loop closure on the first frame in the default tracker to fix
off-by-one bug in the loop closure reference frame and resulting
homography file.
homography file

OpenCV Library

* Fixed crash caused by a NULL info structure returned by
cv::Algorithm::info(). Must check that the info object is not NULL
before calling its name() method.

* Fixed compatibity with OpenCV when compiled without the nonfree module.
* Fixed compatibility with OpenCV when compiled without the nonfree module.
If nonfree is available, SURF is used by default. If nonfree is not
available, ORB is used by default.

0 comments on commit af06e83

Please sign in to comment.