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
944748b3
"tools/imglab/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "9a86f1fa4c47e2289c97c68ef6b231af7e79017d"
Commit
944748b3
authored
Feb 08, 2014
by
Davis King
Browse files
updated docs
parent
1b71d0bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
944748b3
...
...
@@ -212,6 +212,7 @@
<item>
draw_line
</item>
<item>
draw_rectangle
</item>
<item>
tile_images
</item>
<item>
draw_fhog
</item>
<item>
fill_rect
</item>
<item>
assign_image
</item>
...
...
@@ -1022,6 +1023,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
tile_images
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/draw_abstract.h
</spec_file>
<description>
This function takes an array of images and tiles them into a single large
square image and returns this new big tiled image. Therefore, it is a useful
method to visualize many small images at once.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
944748b3
...
...
@@ -976,6 +976,7 @@
<term
file=
"dlib/gui_widgets/style_abstract.h.html"
name=
"scroll_bar_style"
include=
"dlib/gui_widgets.h"
/>
<term
file=
"dlib/gui_widgets/style_abstract.h.html"
name=
"scroll_bar_style_default"
include=
"dlib/gui_widgets.h"
/>
<term
file=
"imaging.html"
name=
"tile_images"
include=
"dlib/image_transforms.h"
/>
<term
name=
"draw_rectangle"
>
<term
link=
"dlib/gui_widgets/canvas_drawing_abstract.h.html#draw_rectangle"
name=
"for the GUI canvas object"
include=
"dlib/gui_widgets.h"
/>
<term
link=
"imaging.html#draw_rectangle"
name=
"for image/array2d objects"
include=
"dlib/image_transforms.h"
/>
...
...
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