MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / printHelp

Function printHelp

tools/match_linemod_template.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected