Commit 455e5bb8 authored by Patrik Huber's avatar Patrik Huber

Fixed comments formatting and includes

parent bbc82d0d
...@@ -57,8 +57,8 @@ set(HEADERS ...@@ -57,8 +57,8 @@ set(HEADERS
include/eos/morphablemodel/PcaModel.hpp include/eos/morphablemodel/PcaModel.hpp
include/eos/morphablemodel/MorphableModel.hpp include/eos/morphablemodel/MorphableModel.hpp
include/eos/morphablemodel/io/cvssp.hpp include/eos/morphablemodel/io/cvssp.hpp
include/eos/fitting/AffineCameraEstimation.hpp include/eos/fitting/affine_camera_estimation.hpp
include/eos/fitting/LinearShapeFitting.hpp include/eos/fitting/linear_shape_fitting.hpp
include/eos/render/Mesh.hpp include/eos/render/Mesh.hpp
include/eos/render/utils.hpp include/eos/render/utils.hpp
) )
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* limitations under the License. * limitations under the License.
*/ */
#include "eos/core/LandmarkMapper.hpp" #include "eos/core/LandmarkMapper.hpp"
#include "eos/fitting/AffineCameraEstimation.hpp" #include "eos/fitting/affine_camera_estimation.hpp"
#include "eos/fitting/LinearShapeFitting.hpp" #include "eos/fitting/linear_shape_fitting.hpp"
#include "eos/morphablemodel/io/cvssp.hpp" #include "eos/morphablemodel/io/cvssp.hpp"
#include "eos/render/utils.hpp" #include "eos/render/utils.hpp"
......
/* /*
* Eos - A 3D Morphable Model fitting library written in modern C++11/14. * Eos - A 3D Morphable Model fitting library written in modern C++11/14.
* *
* File: include/eos/fitting/AffineCameraEstimation.hpp * File: include/eos/fitting/affine_camera_estimation.hpp
* *
* Copyright 2014, 2015 Patrik Huber * Copyright 2014, 2015 Patrik Huber
* *
......
/* /*
* Eos - A 3D Morphable Model fitting library written in modern C++11/14. * Eos - A 3D Morphable Model fitting library written in modern C++11/14.
* *
* File: include/eos/fitting/LinearShapeFitting.hpp * File: include/eos/fitting/linear_shape_fitting.hpp
* *
* Copyright 2014, 2015 Patrik Huber * Copyright 2014, 2015 Patrik Huber
* *
......
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