Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jun 3, 2015
1 parent 3044fff commit 6527b76
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/imaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,7 @@
</description>
<examples>
<example>video_tracking_ex.cpp.html</example>
<example>correlation_tracker.py.html</example>
</examples>

</component>
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/main_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
<item nolink="true">
<name>Examples: Python</name>
<sub>
<item>
<name>Video_Object_Tracking</name>
<link>correlation_tracker.py.html</link>
</item>
<item>
<name>Face_Landmark_Detection</name>
<link>face_landmark_detection.py.html</link>
Expand Down
29 changes: 28 additions & 1 deletion docs/docs/release_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,33 @@
<!-- ************************************************************************************** -->

<current>
New Features:
- Added a linear model predictive control solver. See the mpc_ex.cpp example
program for details.
- Thanks to Patrick Snape, the correlation_tracker can now be used from Python.

Non-Backwards Compatible Changes:
- The camera_transform's second operator() method now takes 3 arguments
instead of 2. This is to allow it to output the z distance in addition to
scale.

Bug fixes:
- Fixed a bug in the eigenvalue_decomposition which could occur when a
symmetric matrix was used along with the LAPACK bindings.
- Fixed a bug where the last column of data in a file wasn't loaded on some
OS X machines when load_libsvm_formatted_data() was called.

Other:
- Added a hard iteration limit to a number of the SVM solvers.
- Adrian Rosebrock graciously setup an OS X machine for dlib testing, which
resulted in improved CMake python scripts on OS X machines.
- Improved the way overlapping points are rendered by the perspective_window.

</current>

<!-- ************************************************************************************** -->

<old name="18.15" date="Apr 29, 2015">
New Features:
- Added a number of tools for working with 3D data:
- Added the perspective_window which is a tool for displaying 3D point clouds.
Expand All @@ -37,7 +64,7 @@ Other:
- The imglab tool now allows the user to click and drag annotations around by holding
shift and right clicking.

</current>
</old>

<!-- ************************************************************************************** -->

Expand Down

0 comments on commit 6527b76

Please sign in to comment.