MCPcopy Create free account
hub / github.com/Pamphlett/Outram / getValidSegments

Method getValidSegments

include/imageProjection.hpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 void getValidSegments(pcl::PointCloud<PointXYZ>& output) {
221 pcl::copyPointCloud(*segmentedCloudPure, output);
222 }
223
224 void getValidSegments(pcl::PointCloud<pcl::PointXYZI>& output) {
225 output = *segmentedCloudPure;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected