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
1c12540c
Commit
1c12540c
authored
May 19, 2013
by
Davis King
Browse files
updated docs
parent
a8d73744
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+30
-0
docs/docs/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 @@
...
@@ -590,6 +590,8 @@
<item>
point_transform
</item>
<item>
point_transform
</item>
<item>
point_transform_affine
</item>
<item>
point_transform_affine
</item>
<item>
find_affine_transform
</item>
<item>
find_affine_transform
</item>
<item>
point_transform_projective
</item>
<item>
find_projective_transform
</item>
<item>
rotation_matrix
</item>
<item>
rotation_matrix
</item>
<item>
get_rect
</item>
<item>
get_rect
</item>
<item>
centered_rect
</item>
<item>
centered_rect
</item>
...
@@ -1046,6 +1048,34 @@
...
@@ -1046,6 +1048,34 @@
</component>
</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>
<component>
...
...
docs/docs/term_index.xml
View file @
1c12540c
...
@@ -212,6 +212,8 @@
...
@@ -212,6 +212,8 @@
<term
file=
"linear_algebra.html"
name=
"point_transform"
include=
"dlib/geometry.h"
/>
<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=
"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_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=
"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_stats"
include=
"dlib/statistics.h"
/>
<term
file=
"algorithms.html"
name=
"running_scalar_covariance"
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