|
#include <pcl/ModelCoefficients.h>
#include <pcl/sample_consensus/method_types.h>
#include <pcl/sample_consensus/model_types.h>
#include <pcl/segmentation/sac_segmentation.h>
#include "plane_fitting_ransac.h"
Go to the source code of this file.
Namespaces | |
visionx | |
ArmarX headers. | |
visionx::tools | |
Functions | |
template<typename PointT , typename IndicesPtrT = pcl::IndicesPtr> | |
std::optional< PlaneFittingResult > | fitPlaneRansac (typename pcl::PointCloud< PointT >::Ptr cloud, double distanceThreshold=1.0, const IndicesPtrT &indices=nullptr) |