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

Function compute

tools/transform_point_cloud.cpp:156–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void
157compute (const pcl::PCLPointCloud2::ConstPtr &input, pcl::PCLPointCloud2 &output,
158 Eigen::Matrix4f &tform)
159{
160 TicToc tt;
161 tt.tic ();
162
163 print_highlight ("Transforming ");
164
165 transformPointCloud2 (*input, output, tform);
166
167 printElapsedTimeAndNumberOfPoints (tt.toc (), output.width, output.height);
168}
169
170void
171saveCloud (const std::string &filename, const pcl::PCLPointCloud2 &output)

Callers 1

mainFunction · 0.70

Calls 4

transformPointCloud2Function · 0.85
ticMethod · 0.80
tocMethod · 0.80

Tested by

no test coverage detected