| 60 | } |
| 61 | |
| 62 | void 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 | |
| 68 | bool |
| 69 | loadCloud (const std::string & filename, PointCloudXYZRGBA & cloud) |
no test coverage detected