MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / computeGraph

Method computeGraph

sloam/src/segmentation/trellis.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void Instance::computeGraph(const CloudT::Ptr cloud, const CloudT::Ptr tree_cloud,
135 std::vector<std::vector<TreeVertex>> &landmarks) {
136 pcl::PointCloud<pcl::Label> euclidean_labels;
137 std::vector<pcl::PointIndices> label_indices;
138 findClusters(tree_cloud, euclidean_labels, label_indices);
139 findTrees(tree_cloud, euclidean_labels, label_indices, landmarks);
140}

Callers 2

runMethod · 0.80
SegCb_Method · 0.80

Calls 1

findClustersFunction · 0.85

Tested by

no test coverage detected