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
fdb6e91c
Commit
fdb6e91c
authored
Jun 09, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated release notes
parent
d8bea4d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
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
sometim
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