5#include <Eigen/Geometry>
7#include <pcl/PointIndices.h>
8#include <pcl/point_cloud.h>
9#include <pcl/point_types.h>
28#define DECLARE_fitPlaneRansac_PointT(PointT) \
29 std::optional<PlaneFittingResult> fitPlaneRansac(pcl::PointCloud<PointT>::Ptr cloud, \
30 double distanceThreshold = 1.0, \
31 pcl::PointIndices::Ptr indices = nullptr)
40#undef DECLARE_fitPlaneRansac_PointT
Hyperplane< float, 3 > Hyperplane3f
#define DECLARE_fitPlaneRansac_PointT(PointT)