diff --git a/cpp/patchworkpp/include/patchwork/patchworkpp.h b/cpp/patchworkpp/include/patchwork/patchworkpp.h index ebdde5e..a42685c 100755 --- a/cpp/patchworkpp/include/patchwork/patchworkpp.h +++ b/cpp/patchworkpp/include/patchwork/patchworkpp.h @@ -176,10 +176,10 @@ class PatchWorkpp { double d_; - Eigen::VectorXf normal_; - Eigen::VectorXf singular_values_; + Eigen::Vector3f normal_; + Eigen::Vector2f singular_values_; Eigen::Matrix3f cov_; - Eigen::VectorXf pc_mean_; + Eigen::Vector3f pc_mean_; vector min_ranges_; vector sector_sizes_;