Commit 8ad2c51e authored by patrikhuber's avatar patrikhuber

Minor formatting changes, removed inadvertently committed gtc() function

parent 92e4d1a6
......@@ -191,8 +191,6 @@ public:
return !color_model.get_mean().empty();
};
std::vector<cv::Vec2f> gtc() const { return texture_coordinates; };
private:
PcaModel shape_model; ///< A PCA model of the shape
PcaModel color_model; ///< A PCA model of vertex color information
......@@ -257,7 +255,8 @@ void save_model(MorphableModel model, std::string filename)
output_archive(model);
};
namespace detail { /* eos::morphablemodel::detail */
namespace detail { /* eos::morphablemodel::detail */
/**
* Internal helper function that creates a Mesh from given shape and colour
* PCA instances. Needs the vertex index lists as well to assemble the mesh -
......@@ -308,7 +307,7 @@ eos::render::Mesh sample_to_mesh(cv::Mat shape, cv::Mat color, std::vector<std::
return mesh;
};
} /* namespace detail */
} /* namespace eos::morphablemodel::detail */
} /* namespace morphablemodel */
} /* namespace eos */
......
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