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
cdcdc588
Commit
cdcdc588
authored
Oct 05, 2013
by
Davis King
Browse files
updated release notes
parent
ac824e6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
6 deletions
+36
-6
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+36
-6
No files found.
docs/docs/release_notes.xml
View file @
cdcdc588
...
@@ -12,12 +12,42 @@
...
@@ -12,12 +12,42 @@
<current>
<current>
New Features:
New Features:
- Added scan_image_custom
Non-Backwards Compatible Changes:
- Added split_array()
- Added add_image_left_right_flips()
Bug fixes:
- Updated the interface to allow the user to set different loss values for
false alarming vs getting a correct detection. This is for the
Other:
structural_sequence_segmentation_trainer
- Added an overload of clamp() that lets you use matrix valued lower/upper bounds.
- Added a backtracking_line_search(), find_min_box_constrained() and find_max_box_constrained()
- Added vector_normalizer_frobmetric
- Added a function for computing Felzenszwalb's 31 channel HOG image
representation. This is extract_fhog_features().
Non-Backwards Compatible Changes:
- Refactored the image pyramid code. Now there is just one templated object,
pyramid_down and you give it the downsampling amount as a template
argument. So you will have to update your code slightly. Use the
following substitutions:
change pyramid_down to pyramid_down
<
2
>
change pyramid_down_3_2 to pyramid_down
<
3
>
change pyramid_down_4_3 to pyramid_down
<
4
>
change pyramid_down_5_4 to pyramid_down
<
5
>
Bug fixes:
Other:
- Moved python C++ utility headers into dlib/python and updated #include
statements to reflect this move.
- Made the structural SVM solver's cache slightly more efficient
- Made the PNG loader able to load in grayscale images with an alpha channel.
- Removed a bunch of checks that prevented users from using references to
functions with the optimization code and forced the use of function
pointers. This was to avoid triggering a bug in gcc 4.0. Since that
compiler is no longer officially supported by dlib I've removed these
checks to increase usability.
- Made resize_image() use bilinear interpolation by default and also added a
special version of it that is optimized for this case.
</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