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
38ec659b
Commit
38ec659b
authored
Oct 01, 2013
by
Davis King
Browse files
updated docs
parent
cd431a5b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
docs/docs/imaging.xml
docs/docs/imaging.xml
+6
-0
docs/docs/index.xml
docs/docs/index.xml
+3
-2
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
No files found.
docs/docs/imaging.xml
View file @
38ec659b
...
@@ -398,6 +398,9 @@
...
@@ -398,6 +398,9 @@
This means that it takes an input image and outputs Felzenszwalb's
This means that it takes an input image and outputs Felzenszwalb's
31 dimensional version of HOG features.
31 dimensional version of HOG features.
</description>
</description>
<examples>
<example>
fhog_ex.cpp.html
</example>
</examples>
</component>
</component>
...
@@ -1015,6 +1018,9 @@
...
@@ -1015,6 +1018,9 @@
way that shows the magnitude and orientation of the gradient
way that shows the magnitude and orientation of the gradient
energy in each cell.
energy in each cell.
</description>
</description>
<examples>
<example>
fhog_ex.cpp.html
</example>
</examples>
</component>
</component>
...
...
docs/docs/index.xml
View file @
38ec659b
...
@@ -179,8 +179,9 @@
...
@@ -179,8 +179,9 @@
<a
href=
"imaging.html#save_bmp"
>
writing
</a>
common image formats.
</li>
<a
href=
"imaging.html#save_bmp"
>
writing
</a>
common image formats.
</li>
<li>
Automatic color space conversion between various pixel types
</li>
<li>
Automatic color space conversion between various pixel types
</li>
<li>
Common image operations such as edge finding and morphological operations
</li>
<li>
Common image operations such as edge finding and morphological operations
</li>
<li>
Implementations of the
<a
href=
"imaging.html#get_surf_points"
>
SURF
</a>
<li>
Implementations of the
<a
href=
"imaging.html#get_surf_points"
>
SURF
</a>
,
and
<a
href=
"imaging.html#hog_image"
>
HOG
</a>
feature extraction algorithms.
</li>
<a
href=
"imaging.html#hog_image"
>
HOG
</a>
, and
<a
href=
"imaging.html#extract_fhog_features"
>
FHOG
</a>
feature extraction algorithms.
</li>
<li>
Tools for
<a
href=
"imaging.html#object_detector"
>
detecting objects
</a>
in images.
</li>
<li>
Tools for
<a
href=
"imaging.html#object_detector"
>
detecting objects
</a>
in images.
</li>
</ul>
</ul>
</li>
</li>
...
...
docs/docs/main_menu.xml
View file @
38ec659b
...
@@ -258,6 +258,10 @@
...
@@ -258,6 +258,10 @@
<name>
Image
</name>
<name>
Image
</name>
<link>
image_ex.cpp.html
</link>
<link>
image_ex.cpp.html
</link>
</item>
</item>
<item>
<name>
FHOG_Feature_Extraction
</name>
<link>
fhog_ex.cpp.html
</link>
</item>
<item>
<item>
<name>
SURF
</name>
<name>
SURF
</name>
<link>
surf_ex.cpp.html
</link>
<link>
surf_ex.cpp.html
</link>
...
...
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