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
ca68fc80
Commit
ca68fc80
authored
Dec 09, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
c0eaf1fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
0 deletions
+50
-0
imaging.xml
docs/docs/imaging.xml
+19
-0
linear_algebra.xml
docs/docs/linear_algebra.xml
+28
-0
term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/imaging.xml
View file @
ca68fc80
...
...
@@ -240,6 +240,7 @@
<item>
zero_border_pixels
</item>
<item>
integral_image
</item>
<item>
integral_image_generic
</item>
<item>
hough_transform
</item>
</section>
...
...
@@ -252,6 +253,24 @@
<components>
<!-- ************************************************************************* -->
<component>
<name>
hough_transform
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/hough_transform_abstract.h
</spec_file>
<description>
This object is a tool for computing the line finding version of
the Hough transform given some kind of edge detection image as
input. It also allows the edge pixels to be weighted such that
higher weighted edge pixels contribute correspondingly more to
the output of the Hough transform, allowing stronger edges to
create correspondingly stronger line detections in the final
Hough transform.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/linear_algebra.xml
View file @
ca68fc80
...
...
@@ -620,6 +620,8 @@
<item>
move_rect
</item>
<item>
nearest_point
</item>
<item>
distance_to_rect_edge
</item>
<item>
clip_line_to_rectangle
</item>
<item>
distance_to_line
</item>
</section>
...
...
@@ -857,6 +859,32 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
distance_to_line
</name>
<file>
dlib/geometry.h
</file>
<spec_file
link=
"true"
>
dlib/geometry/rectangle_abstract.h
</spec_file>
<description>
This function takes a line and a
<a
href=
"#point"
>
point
</a>
and returns the distance from the line to the point.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
clip_line_to_rectangle
</name>
<file>
dlib/geometry.h
</file>
<spec_file
link=
"true"
>
dlib/geometry/rectangle_abstract.h
</spec_file>
<description>
This function takes a
<a
href=
"#rectangle"
>
rectangle
</a>
and a line segment and
returns the part of the line segment that is entirely contained within the
rectangle.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
ca68fc80
...
...
@@ -47,6 +47,8 @@
<term
file=
"linear_algebra.html"
name=
"center"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"nearest_point"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"distance_to_rect_edge"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"distance_to_line"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"clip_line_to_rectangle"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"shrink_rect"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"grow_rect"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"dcenter"
include=
"dlib/geometry.h"
/>
...
...
@@ -1284,6 +1286,7 @@
<term
file=
"imaging.html"
name=
"integral_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"integral_image_generic"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"hough_transform"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"draw_surf_points"
include=
"dlib/image_keypoint/draw_surf_points.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