Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
6527b76a
Commit
6527b76a
authored
Jun 03, 2015
by
Davis King
Browse files
updated docs
parent
3044fff8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+1
-0
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+28
-1
No files found.
docs/docs/imaging.xml
View file @
6527b76a
...
@@ -2197,6 +2197,7 @@
...
@@ -2197,6 +2197,7 @@
</description>
</description>
<examples>
<examples>
<example>
video_tracking_ex.cpp.html
</example>
<example>
video_tracking_ex.cpp.html
</example>
<example>
correlation_tracker.py.html
</example>
</examples>
</examples>
</component>
</component>
...
...
docs/docs/main_menu.xml
View file @
6527b76a
...
@@ -133,6 +133,10 @@
...
@@ -133,6 +133,10 @@
<item
nolink=
"true"
>
<item
nolink=
"true"
>
<name>
Examples: Python
</name>
<name>
Examples: Python
</name>
<sub>
<sub>
<item>
<name>
Video_Object_Tracking
</name>
<link>
correlation_tracker.py.html
</link>
</item>
<item>
<item>
<name>
Face_Landmark_Detection
</name>
<name>
Face_Landmark_Detection
</name>
<link>
face_landmark_detection.py.html
</link>
<link>
face_landmark_detection.py.html
</link>
...
...
docs/docs/release_notes.xml
View file @
6527b76a
...
@@ -11,6 +11,33 @@
...
@@ -11,6 +11,33 @@
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
<current>
<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:
New Features:
- Added a number of tools for working with 3D data:
- Added a number of tools for working with 3D data:
- Added the perspective_window which is a tool for displaying 3D point clouds.
- Added the perspective_window which is a tool for displaying 3D point clouds.
...
@@ -37,7 +64,7 @@ Other:
...
@@ -37,7 +64,7 @@ Other:
- The imglab tool now allows the user to click and drag annotations around by holding
- The imglab tool now allows the user to click and drag annotations around by holding
shift and right clicking.
shift and right clicking.
</
current
>
</
old
>
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment