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
79547b61
Commit
79547b61
authored
Aug 27, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated release notes
parent
a9eba8c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
21 deletions
+29
-21
release_notes.xml
docs/docs/release_notes.xml
+29
-21
No files found.
docs/docs/release_notes.xml
View file @
79547b61
...
@@ -14,29 +14,37 @@
...
@@ -14,29 +14,37 @@
New Features:
New Features:
- Added more overloads of find_max_factor_graph_potts() to make applying it
- Added more overloads of find_max_factor_graph_potts() to make applying it
over a Markov random field of image pixels really simple.
over a Markov random field of image pixels really simple.
- Added the max_filter() routine.
- Added overloads of serialize()/deserialize() so that they can serialize
- Added overloads of serialize()/deserialize() so that they can serialize
Google protocol buffer objects.
Google protocol buffer objects.
- Added scan_image_movable_parts()
- Image Processing:
- added find_points_above_thresh()
- Added find_points_above_thresh()
- Added sum_filter_assign().
- Added max_filter()
- Added a per node loss option to the structural_svm_graph_labeling_problem's
- Added scan_image_movable_parts()
interface.
- Added sum_filter_assign()
- Added the full_object_detection object.
- Added the full_object_detection object.
- Implemented the movable part stuff.
- Added the ability to model objects with movable parts into the
scan_image_pyramid object. This update also includes all the needed tools
Non-Backwards Compatible Changes:
to train movable part models using the structural_object_detection_trainer.
- Updated scan_image_pyramid serialization to include the movable rectangle
- Machine Learning:
info. Note that this also changes the serialization format for object_detector
- Added a per node loss option to the structural_svm_graph_labeling_problem's
objects since they contain a scan_image_pyramid instance.
interface.
- Added Emanuele Cesena's implementation of Sammon's nonlinear dimensionality
Bug fixes:
reduction method.
- Made auto_threshold_image() always use 64bit integers for part of its counting
to make it robust to very large images.
Non-Backwards Compatible Changes:
- To support movable part models, the serialization format of scan_image_pyramid
Other:
objects was modified. This breaks backwards compatibility with the previous
- Updated find_max_factor_graph_potts() to correctly say you can use infinite weights
format for scan_image_pyramid objects as well as object_detector instances
for the factor_value_disagreement() values since the code actually supports this.
that use the scan_image_pyramid.
Bug fixes:
- Fixed a bug in auto_threshold_image() that caused it to give bad outputs
when used with very large images.
Other:
- Updated find_max_factor_graph_potts() to correctly say you can use infinite
weights for the factor_value_disagreement() values since the code actually
supports this.
- Made integer serialization about 3 times faster.
- Made integer serialization about 3 times faster.
</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