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
45297208
Commit
45297208
authored
Jan 07, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
07cce7a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
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:
- 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.
- Linear Algebra
- Added gaussian_randm()
- Added an overload of sparse_matrix_vector_multiply() that multiplies a dense matrix
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 gaussian_randm() function.
- Added the find_affine_transform() function.
- 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
interface. mat() also works for Armadillo and Eigen matrices.
- 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
- Added draw_solid_convex_polygon()
- Added draw_solid_convex_polygon()
.
- Added an overload of draw_image() that's useful for drawing images and doing
interpolation at the same time.
- 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 the vectorstream object
- Added the parse_xml() routines
- Added the vectorstream object
.
- Added the parse_xml() routines
.
- Added a group name feature to the command line parser. Now it is possible to make
print_options() print related options in named groups.
- Added the following new hashing functions: murmur_hash3_128bit_3(),
...
...
@@ -71,7 +71,7 @@ Bug fixes:
Other:
- 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:
sockstreambuf, timeout, member_function_pointer, xml_parser, linker,
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