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
41309698
Commit
41309698
authored
Aug 17, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
25a54556
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
linear_algebra.xml
docs/docs/linear_algebra.xml
+17
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/linear_algebra.xml
View file @
41309698
...
...
@@ -594,6 +594,7 @@
<item>
point_transform
</item>
<item>
point_transform_affine
</item>
<item>
find_affine_transform
</item>
<item>
find_similarity_transform
</item>
<item>
point_transform_projective
</item>
<item>
find_projective_transform
</item>
<item>
rotation_matrix
</item>
...
...
@@ -1065,6 +1066,22 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_similarity_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_affine"
>
affine transformation
</a>
that maps between them. However, it considers only rotations, translations,
and uniform scale changes in finding the mapping. Therefore, it finds
a similarity transformation rather than a general affine transform.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
41309698
...
...
@@ -239,6 +239,7 @@
<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=
"find_similarity_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"
/>
...
...
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