plane_fitting_ransac.h File Reference
#include <optional>
#include <Eigen/Geometry>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/PointIndices.h>
+ Include dependency graph for plane_fitting_ransac.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PlaneFittingResult
 

Namespaces

 Eigen
 
 visionx
 ArmarX headers.
 
 visionx::tools
 

Macros

#define DECLARE_fitPlaneRansac_PointT(PointT)
 

Functions

 DECLARE_fitPlaneRansac_PointT (pcl::PointXYZ)
 
 DECLARE_fitPlaneRansac_PointT (pcl::PointXYZRGB)
 
 DECLARE_fitPlaneRansac_PointT (pcl::PointXYZRGBA)
 
 DECLARE_fitPlaneRansac_PointT (pcl::PointXYZRGBL)
 

Macro Definition Documentation

◆ DECLARE_fitPlaneRansac_PointT

#define DECLARE_fitPlaneRansac_PointT (   PointT)
Value:
std::optional<PlaneFittingResult> fitPlaneRansac( \
pcl::PointCloud< PointT >::Ptr cloud, double distanceThreshold = 1.0, \
pcl::PointIndices::Ptr indices = nullptr)

Definition at line 31 of file plane_fitting_ransac.h.

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