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

Function printElapsedTimeAndNumberOfPoints

tools/match_linemod_template.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void printElapsedTimeAndNumberOfPoints (double t, int w, int h=1)
63{
64 print_info ("[done, "); print_value ("%g", t); print_info (" ms : ");
65 print_value ("%d", w*h); print_info (" points]\n");
66}
67
68bool
69loadCloud (const std::string & filename, PointCloudXYZRGBA & cloud)

Callers 1

loadCloudFunction · 0.70

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected