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
a2331a99
Commit
a2331a99
authored
Nov 06, 2011
by
Davis King
Browse files
updated docs
parent
b194c7b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+25
-0
No files found.
docs/docs/release_notes.xml
View file @
a2331a99
...
@@ -12,10 +12,35 @@
...
@@ -12,10 +12,35 @@
<current>
<current>
New Stuff:
New Stuff:
- Machine Learning
- Added the histogram intersection kernel for sparse and dense vectors.
- Added a set of tools to allow a user to easily learn to do sequence
labeling using dlib's structural SVM implementation. See the new
sequence_labeler object and its associated example program for an
introduction.
- Image processing:
- Added segment_image()
- Added randomly_color_image()
- Added the border_enumerator
- Added the disjoint_subsets object, it is an implementation of the
union-find algorithm/disjoint-set data structure.
- Added new matrix routines: conv(), conv_same(), conv_valid(), xcorr(),
xcorr_same(), xcorr_valid(), and flip().
Non-Backwards Compatible Changes:
Non-Backwards Compatible Changes:
- Changed find_max_factor_graph_viterbi() so you can use run-time
defined order and num_states parameters.
Bug fixes:
Bug fixes:
- The last dlib release added a max_iterations parameter to the
svm_c_linear_trainer and svm_c_ekm_trainer objects. However,
there was a bug which made them only do at most 16 iterations,
which is too few to solve many problems. This has been fixed.
- Fixed a bug in is_const_type. It didn't work for reference types.
- Fixed a bug in the SQLite binding routine statement::get_column_as_text().
It didn't work correctly if the column contained a NULL.
- Fixed a bug in find_max_factor_graph_viterbi() which occurred when a
zero order model had negative factor values.
Other:
Other:
...
...
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