Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
6527b76a
Commit
6527b76a
authored
Jun 03, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
3044fff8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
imaging.xml
docs/docs/imaging.xml
+1
-0
main_menu.xml
docs/docs/main_menu.xml
+4
-0
release_notes.xml
docs/docs/release_notes.xml
+28
-1
No files found.
docs/docs/imaging.xml
View file @
6527b76a
...
...
@@ -2197,6 +2197,7 @@
</description>
<examples>
<example>
video_tracking_ex.cpp.html
</example>
<example>
correlation_tracker.py.html
</example>
</examples>
</component>
...
...
docs/docs/main_menu.xml
View file @
6527b76a
...
...
@@ -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>
...
...
docs/docs/release_notes.xml
View file @
6527b76a
...
...
@@ -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
>
<!-- ************************************************************************************** -->
...
...
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