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
2a8cb5b3
Commit
2a8cb5b3
authored
Oct 13, 2014
by
Davis King
Browse files
updated release notes
parent
fff5a3b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+29
-1
No files found.
docs/docs/release_notes.xml
View file @
2a8cb5b3
...
@@ -11,6 +11,34 @@
...
@@ -11,6 +11,34 @@
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
<current>
<current>
New Features:
- Added save_jpeg()
- Added the option to use an identity matrix prior to vector_normalizer_frobmetric.
- Made the extract_image_chips() routine more flexible, in particular: Added
get_mapping_to_chip(), get_face_chip_details(), map_det_to_chip(), and also
upgraded chip_details so you can specify a chip extraction by a bunch of
point correspondences between the chip and the original image.
- Added a set of local-binary-pattern based feature extractors:
make_uniform_lbp_image(), extract_histogram_descriptors(),
extract_uniform_lbp_descriptors(), and extract_highdim_face_lbp_descriptors()
- Added compute_lda_transform()
- Added equal_error_rate()
- Added cast_to() to the type_safe_union. This allows you to get the
contents of a const type_safe_union.
Non-Backwards Compatible Changes:
Bug fixes:
- Changed noncopyable.h to avoid a name clash with boost 1.56
- On some platforms hostname_to_ip() would erroneously return 0.0.0.0. This
has been fixed.
Other:
</current>
<!-- ************************************************************************************** -->
<old
name=
"18.10"
date=
"Aug 28, 2014"
>
New Features:
New Features:
- Added find_similarity_transform()
- Added find_similarity_transform()
- Added the ability to upgrade a auto_mutex_readonly from a readonly lock to a write
- Added the ability to upgrade a auto_mutex_readonly from a readonly lock to a write
...
@@ -56,7 +84,7 @@ Other:
...
@@ -56,7 +84,7 @@ Other:
another detector.
another detector.
- Made the version of draw_line() that draws onto a regular image use alpha blending
- Made the version of draw_line() that draws onto a regular image use alpha blending
for drawing diagonal lines.
for drawing diagonal lines.
</
current
>
</
old
>
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
...
...
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