diff --git a/docs/docs/linear_algebra.xml b/docs/docs/linear_algebra.xml index e3b6765fb..526de845f 100644 --- a/docs/docs/linear_algebra.xml +++ b/docs/docs/linear_algebra.xml @@ -608,6 +608,7 @@ rotate_around_z point_rotator point_transform + camera_transform point_transform_affine point_transform_affine3d find_affine_transform @@ -1098,6 +1099,20 @@ + + + + camera_transform + dlib/geometry.h + dlib/geometry/point_transforms_abstract.h + + This object maps 3D points into the image plane of a camera. Therefore, + you can use it to compute 2D representations of 3D data from the point of + view of some camera in 3D space. + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 7e3db1bb4..2687172dd 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -242,6 +242,7 @@ +