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
fdb6e91c
Commit
fdb6e91c
authored
Jun 09, 2013
by
Davis King
Browse files
updated release notes
parent
d8bea4d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+18
-7
No files found.
docs/docs/release_notes.xml
View file @
fdb6e91c
...
@@ -12,23 +12,34 @@
...
@@ -12,23 +12,34 @@
<current>
<current>
New Features:
New Features:
- Added jet()
- Machine Learning:
- Added python interface to some of the machine learning tools:
- Added the svr_linear_trainer, a tool for solving large scale support vector
- Added the svr_linear_trainer
regression problems.
- Added the sequence_segmenter object.
- Added a tool for working with BIO and BILOU style sequence taggers/segmenters.
- Added point_transform_projective and find_projective_transform()
This is the new sequence_segmenter object and its associated
- Added integrate_function_adapt_simpson()
structural_sequence_segmentation_trainer object.
- Added a python interface to some of the machine learning tools. These
include the svm_c_trainer, svm_c_linear_trainer, svm_rank_trainer, and
structural_sequence_segmentation_trainer objects as well as the cca()
routine.
- Added point_transform_projective and find_projective_transform().
- Added a function for numerically integrating arbitrary functions, this is the
new integrate_function_adapt_simpson() routine which was contributed by
Steve Taylor
- Added jet(), a routine for coloring images with the jet color scheme.
Non-Backwards Compatible Changes:
Non-Backwards Compatible Changes:
Bug fixes:
Bug fixes:
- Fixed a bug in hysteresis_threshold() that caused it to produce incorrect
- Fixed a bug in hysteresis_threshold() that caused it to produce incorrect
outputs some
tim
es.
outputs
in
some
cas
es.
- Fixed a segmentation fault in the eigenvalue_decomposition object which
- Fixed a segmentation fault in the eigenvalue_decomposition object which
could occur when NaN valued inputs were given.
could occur when NaN valued inputs were given.
Other:
Other:
- Made image saving routines work on matrix objects in addition to array2d objects.
- Made image saving routines work on matrix objects in addition to array2d objects.
- The machine learning page now contains a flow chart to help new users
select a machine learning tool appropriate for their task.
</current>
</current>
...
...
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