Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
using Cloud = PointCloud<PointXYZ>;
55
56
void
57
printHelp (int, char **argv)
58
{
59
print_error (
"Syntax is: %s cloud_a.pcd cloud_b.pcd\n"
, argv[0]);
60
}
61
62
bool
63
loadCloud (const std::string &filename, Cloud &cloud)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected