Commit 6527b76a authored by Davis King's avatar Davis King

updated docs

parent 3044fff8
......@@ -2197,6 +2197,7 @@
</description>
<examples>
<example>video_tracking_ex.cpp.html</example>
<example>correlation_tracker.py.html</example>
</examples>
</component>
......
......@@ -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>
......
......@@ -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.
......@@ -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>
<!-- ************************************************************************************** -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment