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
060f6c91
Commit
060f6c91
authored
Jan 21, 2012
by
Davis King
Browse files
updated docs
parent
da9de3d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+16
-0
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+2
-1
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
060f6c91
...
...
@@ -117,6 +117,7 @@
</item>
<item>
hog_image
</item>
<item>
fine_hog_image
</item>
<item>
poly_image
</item>
<item>
hashed_feature_image
</item>
<item>
nearest_neighbor_feature_image
</item>
...
...
@@ -325,6 +326,19 @@
</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>
...
...
@@ -357,6 +371,7 @@
The following feature extractors can be wrapped by the hashed_feature_image:
<ul
style=
"margin-top:0em"
>
<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>
</ul>
</description>
...
...
@@ -384,6 +399,7 @@
The following feature extractors can be wrapped by the nearest_neighbor_feature_image:
<ul
style=
"margin-top:0em"
>
<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>
</ul>
</description>
...
...
docs/docs/release_notes.xml
View file @
060f6c91
...
...
@@ -21,7 +21,8 @@ New Stuff:
the object_detector_ex.cpp example program for details.
- Image Processing
- 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:
- Changed the serialization format for rand objects.
...
...
docs/docs/term_index.xml
View file @
060f6c91
...
...
@@ -1035,6 +1035,7 @@
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
/>
<term
file=
"imaging.html"
name=
"compute_surf_descriptor"
/>
<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=
"hashed_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