|
11 | 11 | <!-- ************************************************************************************** -->
|
12 | 12 |
|
13 | 13 | <current>
|
| 14 | +New Features: |
| 15 | + - Added a number of tools for working with 3D data: |
| 16 | + - Added the perspective_window which is a tool for displaying 3D point clouds. |
| 17 | + - Added camera_transform. It performs the 3D to 2D mapping needed to visualize 3D |
| 18 | + data. |
| 19 | + - Added point_transform_affine3d as well as functions for creating such transforms: |
| 20 | + rotate_around_x(), rotate_around_y(), rotate_around_z(), and translate_point(). |
| 21 | + - Added draw_solid_circle() for drawing on images. |
| 22 | + - Added get_best_hough_point() to the hough_transform. |
| 23 | + - Thanks to Jack Culpepper, the python API for object detection now outputs detection |
| 24 | + confidences. |
| 25 | + - Added lspi, an implementation of the least-squares policy iteration algorithm. |
| 26 | + |
| 27 | +Non-Backwards Compatible Changes: |
| 28 | + - The shape_predictor and shape_predictor_trainer had a non-optimal behavior when used |
| 29 | + with objects that have non-square bounding boxes. This has been fixed but will cause |
| 30 | + models that were trained with the previous version of dlib to not work as accurately if |
| 31 | + they used non-square boxes. So you might have to retrain your models when updating dlib. |
| 32 | + |
| 33 | +Bug fixes: |
| 34 | + - Fixed a bug which prevented add_image_rotations() from compiling. |
| 35 | + |
| 36 | +Other: |
| 37 | + - The imglab tool now allows the user to click and drag annotations around by holding |
| 38 | + shift and right clicking. |
| 39 | + |
| 40 | +</current> |
| 41 | + |
| 42 | +<!-- ************************************************************************************** --> |
| 43 | + |
| 44 | +<old name="18.14" date="Mar 01, 2015"> |
14 | 45 | New Features:
|
15 | 46 | - Added spectral_cluster()
|
16 | 47 | - Added sub_image() and sub_image_proxy
|
|
28 | 59 | 4x faster in that case.
|
29 | 60 | - Made it so you can compose point transform objects via operator *.
|
30 | 61 |
|
31 |
| -</current> |
| 62 | +</old> |
32 | 63 |
|
33 | 64 | <!-- ************************************************************************************** -->
|
34 | 65 |
|
|
0 commit comments