Commit 29817961 authored by Patrik Huber's avatar Patrik Huber

Corrected PcaModel documentation

It hasn't had a method to return a Mesh in quite a while I think.
parent d0d9c914
...@@ -50,7 +50,6 @@ cv::Mat unnormalise_pca_basis(cv::Mat normalised_basis, cv::Mat eigenvalues); ...@@ -50,7 +50,6 @@ cv::Mat unnormalise_pca_basis(cv::Mat normalised_basis, cv::Mat eigenvalues);
* *
* It also contains a list of triangles to built a mesh as well as a mapping * It also contains a list of triangles to built a mesh as well as a mapping
* from landmark points to the corresponding vertex-id in the mesh. * from landmark points to the corresponding vertex-id in the mesh.
* It is able to return instances of the model as meshes.
*/ */
class PcaModel class PcaModel
{ {
......
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