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
1c12540c
Commit
1c12540c
authored
May 20, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
a8d73744
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
linear_algebra.xml
docs/docs/linear_algebra.xml
+30
-0
term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/linear_algebra.xml
View file @
1c12540c
...
...
@@ -590,6 +590,8 @@
<item>
point_transform
</item>
<item>
point_transform_affine
</item>
<item>
find_affine_transform
</item>
<item>
point_transform_projective
</item>
<item>
find_projective_transform
</item>
<item>
rotation_matrix
</item>
<item>
get_rect
</item>
<item>
centered_rect
</item>
...
...
@@ -1046,6 +1048,34 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
point_transform_projective
</name>
<file>
dlib/geometry.h
</file>
<spec_file
link=
"true"
>
dlib/geometry/point_transforms_abstract.h
</spec_file>
<description>
This is an object that applies a projective transformation to a
<a
href=
"#vector"
>
vector
</a>
or
<a
href=
"#point"
>
point
</a>
. Note that you can use
<a
href=
"#find_projective_transform"
>
find_projective_transform
</a>
to easily create projective transforms from sets of point correspondences.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_projective_transform
</name>
<file>
dlib/geometry.h
</file>
<spec_file
link=
"true"
>
dlib/geometry/point_transforms_abstract.h
</spec_file>
<description>
This is a routine that takes in two sets of points and finds the
best
<a
href=
"#point_transform_projective"
>
projective transformation
</a>
that maps between them.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
1c12540c
...
...
@@ -212,6 +212,8 @@
<term
file=
"linear_algebra.html"
name=
"point_transform"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"point_transform_affine"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"find_affine_transform"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"point_transform_projective"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"find_projective_transform"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"rotation_matrix"
include=
"dlib/geometry.h"
/>
<term
file=
"algorithms.html"
name=
"running_stats"
include=
"dlib/statistics.h"
/>
<term
file=
"algorithms.html"
name=
"running_scalar_covariance"
include=
"dlib/statistics.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