| 54 | using PointCloudXYZRGBA = pcl::PointCloud<pcl::PointXYZRGBA>; |
| 55 | |
| 56 | void |
| 57 | printHelp (int, char **argv) |
| 58 | { |
| 59 | print_error ("Syntax is: %s input_cloud.pcd input_template.lmt\n", argv[0]); |
| 60 | } |
| 61 | |
| 62 | void printElapsedTimeAndNumberOfPoints (double t, int w, int h=1) |
| 63 | { |