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:
std::optional<tools::PlaneFittingResult> tools::fitPlaneRansac( \
pcl::PointCloud<PointT>::Ptr cloud, \
double distanceThreshold, \
pcl::PointIndices::Ptr indices) \
{ \
return fitPlaneRansac<PointT>(cloud, distanceThreshold, indices); \
}
std::optional< PlaneFittingResult > fitPlaneRansac(typename pcl::PointCloud< PointT >::Ptr cloud, double distanceThreshold=1.0, const IndicesPtrT &indices=nullptr)

Definition at line 9 of file plane_fitting_ransac.cpp.