|
#include <optional>
#include <Eigen/Geometry>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/PointIndices.h>
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) | |
#define DECLARE_fitPlaneRansac_PointT | ( | PointT | ) |
Definition at line 31 of file plane_fitting_ransac.h.