This is the command pcl_cluster_extraction that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pcl_cluster_extraction - pcl_cluster_extraction
DESCRIPTION
Syntax is: pcl_cluster_extraction input.pcd output.pcd <options>
Extract point clusters using pcl::EuclideanClusterExtraction. For more information, use:
pcl_cluster_extraction -h
where options are:
-min X = use a minimum of X points peer cluster (default: 100)
-max X = use a maximum of X points peer cluster (default: 25000)
-tolerance X = the spacial distance between clusters (default: 0.020000)
Use pcl_cluster_extraction online using onworks.net services