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

Function printHelp

tools/grid_min.cpp:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59float default_resolution = 1.0f;
60
61void
62printHelp (int, char **argv)
63{
64 print_error ("Syntax is: %s input.pcd output.pcd <options>\n", argv[0]);
65 print_info (" where options are:\n");
66 print_info (" -resolution X = xy resolution of the grid (default: ");
67 print_value ("%f", default_resolution); print_info (")\n");
68 print_info (" -input_dir X = batch process all PCD files found in input_dir\n");
69 print_info (" -output_dir X = save the processed files from input_dir in this directory\n");
70}
71
72bool
73loadCloud (const std::string &filename, Cloud &cloud)

Callers 1

mainFunction · 0.70

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected