Commit 5bdb4a12 authored by Patrik Huber's avatar Patrik Huber

Changed load_scm_model to use Eigen::Matrix

Actually, we still read into an OpenCV matrix - should change that in the future to directly read into an Eigen::Matrix.
parent 00e0f8c1
......@@ -35,7 +35,7 @@ namespace eos {
namespace morphablemodel {
// Forward declaration
std::vector<cv::Vec2f> load_isomap(boost::filesystem::path isomap_file);
std::vector<std::array<double, 2>> load_isomap(boost::filesystem::path isomap_file);
/**
* Load a shape or color model from a .scm file containing
......
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