$search
#include <pcl/ModelCoefficients.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/features/normal_3d.h>
#include <pcl/filters/extract_indices.h>
#include <pcl/filters/passthrough.h>
#include <pcl/sample_consensus/method_types.h>
#include <pcl/sample_consensus/model_types.h>
#include <pcl/segmentation/sac_segmentation.h>
Go to the source code of this file.
Typedefs | |
typedef pcl::PointXYZ | PointT |
Functions | |
int | main (int argc, char **argv) |
typedef pcl::PointXYZ PointT |
segmentation_cylinder exemplifies how to run a Sample Consensus segmentation for cylindrical models.
To make the example a bit more practical, the following operations are applied to the input dataset (in order):
Definition at line 66 of file segmentation_cylinder.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 70 of file segmentation_cylinder.cpp.