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
45297208
Commit
45297208
authored
Jan 06, 2013
by
Davis King
Browse files
updated docs
parent
07cce7a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+10
-10
No files found.
docs/docs/release_notes.xml
View file @
45297208
...
@@ -28,24 +28,24 @@ New Features:
...
@@ -28,24 +28,24 @@ New Features:
- Added a method to the server object that lets a user set the graceful close timeout
- Added a method to the server object that lets a user set the graceful close timeout
time to something other than the default of 500ms.
time to something other than the default of 500ms.
- Linear Algebra
- Linear Algebra
- Added gaussian_randm()
- Added the gaussian_randm() function.
- Added an overload of sparse_matrix_vector_multiply() that multiplies a dense matrix
- Added the find_affine_transform() function.
with a sparse vector.
- Added the find_affine_transform() routine.
- Made toMat() work with the matrix object in addition to array2d style images.
- Added the mat() function. It combines the array_to_matrix(), vector_to_matrix(),
- Added the mat() function. It combines the array_to_matrix(), vector_to_matrix(),
pointer_to_column_vector(), and pointer_to_matrix() methods all into one convenient
pointer_to_column_vector(), and pointer_to_matrix() methods all into one convenient
interface. mat() also works for Armadillo and Eigen matrices.
interface. mat() also works for Armadillo and Eigen matrices.
- Added STL style begin() and end() methods to matrix and matrix_exp.
- Added STL style begin() and end() methods to matrix and matrix_exp.
- Added an overload of sparse_matrix_vector_multiply() that multiplies a dense matrix
with a sparse vector.
- Made toMat() work with the matrix object in addition to array2d style images.
- Graphical User Interface Tools
- Graphical User Interface Tools
- Added draw_solid_convex_polygon()
- Added draw_solid_convex_polygon()
.
- Added an overload of draw_image() that's useful for drawing images and doing
- Added an overload of draw_image() that's useful for drawing images and doing
interpolation at the same time.
interpolation at the same time.
- Added the on_view_changed() callback to zoomable_region and scrollable_region widgets.
- Added the on_view_changed() callback to zoomable_region and scrollable_region widgets.
- Added parse_trees_to_string() and parse_trees_to_string_tagged()
- Added parse_trees_to_string() and parse_trees_to_string_tagged()
.
- Added lambda function support to the timeout object.
- Added lambda function support to the timeout object.
- Added the vectorstream object
- Added the vectorstream object
.
- Added the parse_xml() routines
- Added the parse_xml() routines
.
- Added a group name feature to the command line parser. Now it is possible to make
- Added a group name feature to the command line parser. Now it is possible to make
print_options() print related options in named groups.
print_options() print related options in named groups.
- Added the following new hashing functions: murmur_hash3_128bit_3(),
- Added the following new hashing functions: murmur_hash3_128bit_3(),
...
@@ -71,7 +71,7 @@ Bug fixes:
...
@@ -71,7 +71,7 @@ Bug fixes:
Other:
Other:
- dlib now has an excellent new logo thanks to Yasser Asmi.
- dlib now has an excellent new logo thanks to Yasser Asmi.
- Added a new documentation page for the various linear algebra tools
in dlib
.
- Added a new documentation page for the various linear algebra tools.
- The following objects were turned into single implementation components:
- The following objects were turned into single implementation components:
sockstreambuf, timeout, member_function_pointer, xml_parser, linker,
sockstreambuf, timeout, member_function_pointer, xml_parser, linker,
bound_function_pointer, and timer.
bound_function_pointer, and timer.
...
...
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