Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ printHelp
Function
printHelp
tools/transform_from_viewpoint.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
Eigen::Quaternionf orientation;
53
54
void
55
printHelp (int, char **argv)
56
{
57
print_error (
"Syntax is: %s input.pcd output.pcd\n"
, argv[0]);
58
}
59
60
bool
61
loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected