Commit ae14247e authored by Davis King's avatar Davis King

updated docs

parent 8a3ecdc7
...@@ -584,6 +584,7 @@ ...@@ -584,6 +584,7 @@
<item>point_rotator</item> <item>point_rotator</item>
<item>point_transform</item> <item>point_transform</item>
<item>point_transform_affine</item> <item>point_transform_affine</item>
<item>find_affine_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>
...@@ -1006,6 +1007,20 @@ ...@@ -1006,6 +1007,20 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>find_affine_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.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -189,6 +189,7 @@ ...@@ -189,6 +189,7 @@
<term file="linear_algebra.html" name="point_rotator"/> <term file="linear_algebra.html" name="point_rotator"/>
<term file="linear_algebra.html" name="point_transform"/> <term file="linear_algebra.html" name="point_transform"/>
<term file="linear_algebra.html" name="point_transform_affine"/> <term file="linear_algebra.html" name="point_transform_affine"/>
<term file="linear_algebra.html" name="find_affine_transform"/>
<term file="linear_algebra.html" name="rotation_matrix"/> <term file="linear_algebra.html" name="rotation_matrix"/>
<term file="algorithms.html" name="running_stats"/> <term file="algorithms.html" name="running_stats"/>
<term file="algorithms.html" name="running_scalar_covariance"/> <term file="algorithms.html" name="running_scalar_covariance"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment