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
6d08a413
Commit
6d08a413
authored
Jan 26, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
e0f7b41a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
linear_algebra.xml
docs/docs/linear_algebra.xml
+15
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/linear_algebra.xml
View file @
6d08a413
...
...
@@ -599,6 +599,7 @@
<name>
2D/3D Geometry
</name>
<item>
border_enumerator
</item>
<item>
rectangle
</item>
<item>
drectangle
</item>
<item>
vector
</item>
<item>
point
</item>
<item>
rotate_point
</item>
...
...
@@ -1177,6 +1178,20 @@
<!-- ************************************************************************* -->
<component>
<name>
drectangle
</name>
<file>
dlib/geometry.h
</file>
<spec_file>
dlib/geometry/drectangle_abstract.h
</spec_file>
<description>
This object represents a rectangular region inside a Cartesian
coordinate system. It is very similar to the
<a
href=
"#rectangle"
>
rectangle
</a>
except that it uses double variables instead of longs to represent the location of the rectangle.
Therefore, it can position rectangles with sub-pixel accuracy.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
rectangle
</name>
<file>
dlib/geometry.h
</file>
...
...
docs/docs/term_index.xml
View file @
6d08a413
...
...
@@ -202,6 +202,7 @@
<term
file=
"algorithms.html"
name=
"disjoint_subsets"
include=
"dlib/disjoint_subsets.h"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
include=
"dlib/disjoint_subsets.h"
/>
<term
file=
"linear_algebra.html"
name=
"rectangle"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"drectangle"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"border_enumerator"
include=
"dlib/geometry.h"
/>
<term
file=
"graph_tools.html"
name=
"edge"
include=
"dlib/graph_utils.h"
/>
<term
file=
"graph_tools.html"
name=
"is_join_tree"
include=
"dlib/graph_utils.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