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

Function printHelp

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

Source from the content-addressed store, hash-verified

54using Cloud = PointCloud<PointXYZ>;
55
56void
57printHelp (int, char **argv)
58{
59 print_error ("Syntax is: %s cloud_a.pcd cloud_b.pcd\n", argv[0]);
60}
61
62bool
63loadCloud (const std::string &filename, Cloud &cloud)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected