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
555de01d
Commit
555de01d
authored
Apr 29, 2015
by
Davis King
Browse files
updated release notes
parent
57a0cda9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletion
+32
-1
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+32
-1
No files found.
docs/docs/release_notes.xml
View file @
555de01d
...
...
@@ -11,6 +11,37 @@
<!-- ************************************************************************************** -->
<current>
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.
- Added camera_transform. It performs the 3D to 2D mapping needed to visualize 3D
data.
- Added point_transform_affine3d as well as functions for creating such transforms:
rotate_around_x(), rotate_around_y(), rotate_around_z(), and translate_point().
- Added draw_solid_circle() for drawing on images.
- Added get_best_hough_point() to the hough_transform.
- Thanks to Jack Culpepper, the python API for object detection now outputs detection
confidences.
- Added lspi, an implementation of the least-squares policy iteration algorithm.
Non-Backwards Compatible Changes:
- The shape_predictor and shape_predictor_trainer had a non-optimal behavior when used
with objects that have non-square bounding boxes. This has been fixed but will cause
models that were trained with the previous version of dlib to not work as accurately if
they used non-square boxes. So you might have to retrain your models when updating dlib.
Bug fixes:
- Fixed a bug which prevented add_image_rotations() from compiling.
Other:
- The imglab tool now allows the user to click and drag annotations around by holding
shift and right clicking.
</current>
<!-- ************************************************************************************** -->
<old
name=
"18.14"
date=
"Mar 01, 2015"
>
New Features:
- Added spectral_cluster()
- Added sub_image() and sub_image_proxy
...
...
@@ -28,7 +59,7 @@ Other:
4x faster in that case.
- Made it so you can compose point transform objects via operator *.
</
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