| 71 | } |
| 72 | |
| 73 | void |
| 74 | printElapsedTimeAndNumberOfPoints (double t, int w, int h = 1) |
| 75 | { |
| 76 | print_info ("[done, "); print_value ("%g", t); print_info (" ms : "); |
| 77 | print_value ("%d", w*h); print_info (" points]\n"); |
| 78 | } |
| 79 | |
| 80 | bool |
| 81 | loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud) |
no test coverage detected