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
27052293
Commit
27052293
authored
Feb 03, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
27510c8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletion
+33
-1
release_notes.xml
docs/docs/release_notes.xml
+33
-1
No files found.
docs/docs/release_notes.xml
View file @
27052293
...
...
@@ -11,6 +11,38 @@
<!-- ************************************************************************************** -->
<current>
New Features:
- Added the correlation_tracker object
- Added the option to force the last weight to 1 to structural_assignment_trainer.
- Added max_point_interpolated()
- Added the drectangle object
Non-Backwards Compatible Changes:
Bug fixes:
- Fixed a bug in extract_image_chips() and get_mapping_to_chip() that caused
incorrect outputs when the requested chip stretched the image unevenly
vertically or horizontally.
- Made CMake check that libpng and libjpeg actually contain the link symbols
they are supposed to since, on some systems, these libraries aren't
installed correctly and will cause linker errors if used.
- Fixed assign_border_pixels(img, rect) so that it correctly zeros an image
when an empty rectangle is supplied. Previously, it did nothing to the
image in this case.
- Fixed compute_lda_transform() so it works properly when the class
covariance matrices are singular even after performing PCA.
- Fixed a bug in find_similarity_transform(). When given just two points as
inputs it would sometimes produce a reflection rather than a similarity
transform.
- Disabled all bindings to FFTW because FFTW isn't threadsafe.
Other:
</current>
<!-- ************************************************************************************** -->
<old
name=
"18.12"
date=
"Dec 20, 2014"
>
New Features:
- Upgraded fft() and ifft() to support 2D matrices.
- Added hough_transform
...
...
@@ -31,7 +63,7 @@ Bug fixes:
Other:
- Made extract_image_chips() much faster when extracting unscaled image chips.
</
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