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
944748b3
Commit
944748b3
authored
Feb 08, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
1b71d0bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
imaging.xml
docs/docs/imaging.xml
+15
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
944748b3
...
@@ -212,6 +212,7 @@
...
@@ -212,6 +212,7 @@
<item>
draw_line
</item>
<item>
draw_line
</item>
<item>
draw_rectangle
</item>
<item>
draw_rectangle
</item>
<item>
tile_images
</item>
<item>
draw_fhog
</item>
<item>
draw_fhog
</item>
<item>
fill_rect
</item>
<item>
fill_rect
</item>
<item>
assign_image
</item>
<item>
assign_image
</item>
...
@@ -1022,6 +1023,20 @@
...
@@ -1022,6 +1023,20 @@
</component>
</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>
<component>
...
...
docs/docs/term_index.xml
View file @
944748b3
...
@@ -976,6 +976,7 @@
...
@@ -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"
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=
"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
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=
"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"
/>
<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