Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
41309698
Commit
41309698
authored
Aug 17, 2014
by
Davis King
Browse files
updated docs
parent
25a54556
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+17
-0
docs/docs/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