plane_fitting_ransac.cpp File Reference
+ Include dependency graph for plane_fitting_ransac.cpp:

Go to the source code of this file.

Macros

#define DEFINE_fitPlaneRansac_PointT(PointT)
 

Macro Definition Documentation

◆ DEFINE_fitPlaneRansac_PointT

#define DEFINE_fitPlaneRansac_PointT (   PointT)
Value:
tools::fitPlaneRansac(pcl::PointCloud< PointT >::Ptr cloud, double distanceThreshold, \
pcl::PointIndices::Ptr indices) \
{ \
return fitPlaneRansac< PointT >(cloud, distanceThreshold, indices); \
}

Definition at line 9 of file plane_fitting_ransac.cpp.

visionx::tools::fitPlaneRansac
std::optional< PlaneFittingResult > fitPlaneRansac(typename pcl::PointCloud< PointT >::Ptr cloud, double distanceThreshold=1.0, const IndicesPtrT &indices=nullptr)
Definition: plane_fitting_ransac.hpp:17
pcl::graph::indices
pcl::PointIndices::Ptr indices(const PCG &g)
Retrieve the indices of the points of the point cloud stored in a point cloud graph that actually bel...
Definition: point_cloud_graph.h:737