Commit 6a62c5ae authored by Patrik Huber's avatar Patrik Huber

Improved documentation of estimate_affine_camera

parent 41e94de9
......@@ -41,6 +41,11 @@ namespace eos {
*
* Requires >= 4 corresponding points.
*
* The estimated camera matrix works together with
* render::render_affine(Mesh, cv::Mat, int, int, bool) to
* for example render the model or extract texture from the
* image.
*
* @param[in] image_points A list of 2D image points.
* @param[in] model_points Corresponding points of a 3D model.
* @return A 3x4 affine camera matrix (the third row is [0, 0, 0, 1]).
......
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