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
060f6c91
Commit
060f6c91
authored
Jan 21, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
da9de3d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
imaging.xml
docs/docs/imaging.xml
+16
-0
release_notes.xml
docs/docs/release_notes.xml
+2
-1
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
060f6c91
...
@@ -117,6 +117,7 @@
...
@@ -117,6 +117,7 @@
</item>
</item>
<item>
hog_image
</item>
<item>
hog_image
</item>
<item>
fine_hog_image
</item>
<item>
poly_image
</item>
<item>
poly_image
</item>
<item>
hashed_feature_image
</item>
<item>
hashed_feature_image
</item>
<item>
nearest_neighbor_feature_image
</item>
<item>
nearest_neighbor_feature_image
</item>
...
@@ -325,6 +326,19 @@
...
@@ -325,6 +326,19 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
fine_hog_image
</name>
<file>
dlib/image_keypoint.h
</file>
<spec_file
link=
"true"
>
dlib/image_keypoint/fine_hog_image_abstract.h
</spec_file>
<description>
This object is a version of the
<a
href=
"#hog_image"
>
hog_image
</a>
that
allows you to extract HOG features at a finer resolution.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
@@ -357,6 +371,7 @@
...
@@ -357,6 +371,7 @@
The following feature extractors can be wrapped by the hashed_feature_image:
The following feature extractors can be wrapped by the hashed_feature_image:
<ul
style=
"margin-top:0em"
>
<ul
style=
"margin-top:0em"
>
<li><a
href=
"#hog_image"
>
hog_image
</a></li>
<li><a
href=
"#hog_image"
>
hog_image
</a></li>
<li><a
href=
"#fine_hog_image"
>
fine_hog_image
</a></li>
<li><a
href=
"#poly_image"
>
poly_image
</a></li>
<li><a
href=
"#poly_image"
>
poly_image
</a></li>
</ul>
</ul>
</description>
</description>
...
@@ -384,6 +399,7 @@
...
@@ -384,6 +399,7 @@
The following feature extractors can be wrapped by the nearest_neighbor_feature_image:
The following feature extractors can be wrapped by the nearest_neighbor_feature_image:
<ul
style=
"margin-top:0em"
>
<ul
style=
"margin-top:0em"
>
<li><a
href=
"#hog_image"
>
hog_image
</a></li>
<li><a
href=
"#hog_image"
>
hog_image
</a></li>
<li><a
href=
"#fine_hog_image"
>
fine_hog_image
</a></li>
<li><a
href=
"#poly_image"
>
poly_image
</a></li>
<li><a
href=
"#poly_image"
>
poly_image
</a></li>
</ul>
</ul>
</description>
</description>
...
...
docs/docs/release_notes.xml
View file @
060f6c91
...
@@ -21,7 +21,8 @@ New Stuff:
...
@@ -21,7 +21,8 @@ New Stuff:
the object_detector_ex.cpp example program for details.
the object_detector_ex.cpp example program for details.
- Image Processing
- Image Processing
- Added sum_filter() and spatially_filter_image_separable_down()
- Added sum_filter() and spatially_filter_image_separable_down()
- New feature extractors: poly_image, nearest_neighbor_feature_image
- New feature extractors: poly_image, nearest_neighbor_feature_image, and
fine_hog_image
Non-Backwards Compatible Changes:
Non-Backwards Compatible Changes:
- Changed the serialization format for rand objects.
- Changed the serialization format for rand objects.
...
...
docs/docs/term_index.xml
View file @
060f6c91
...
@@ -1035,6 +1035,7 @@
...
@@ -1035,6 +1035,7 @@
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
/>
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
/>
<term
file=
"imaging.html"
name=
"compute_surf_descriptor"
/>
<term
file=
"imaging.html"
name=
"compute_surf_descriptor"
/>
<term
file=
"imaging.html"
name=
"hog_image"
/>
<term
file=
"imaging.html"
name=
"hog_image"
/>
<term
file=
"imaging.html"
name=
"fine_hog_image"
/>
<term
file=
"imaging.html"
name=
"poly_image"
/>
<term
file=
"imaging.html"
name=
"poly_image"
/>
<term
file=
"imaging.html"
name=
"hashed_feature_image"
/>
<term
file=
"imaging.html"
name=
"hashed_feature_image"
/>
<term
file=
"imaging.html"
name=
"nearest_neighbor_feature_image"
/>
<term
file=
"imaging.html"
name=
"nearest_neighbor_feature_image"
/>
...
...
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