farm-ng-core
|
#include <Eigen/Dense>
#include <Eigen/Geometry>
Go to the source code of this file.
Namespaces | |
sophus | |
Image MutImage, owning images types. | |
Functions | |
auto | sophus::fitPlaneToPoints (Eigen::Matrix3Xd const &points) -> Eigen::Hyperplane< double, 3 > |
auto | sophus::fitPlaneToPoints (std::vector< Eigen::Vector3d > const &points) -> Eigen::Hyperplane< double, 3 > |
auto | sophus::fitPlaneToPoints (std::vector< Eigen::Vector3f > const &points) -> Eigen::Hyperplane< double, 3 > |