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

Method Instance

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

Source from the content-addressed store, hash-verified

11#include <chrono>
12
13Instance::Instance() { tree_id_ = 0; }
14
15void Instance::findClusters(const CloudT::Ptr pc,
16 pcl::PointCloud<pcl::Label>& euclidean_labels, std::vector<pcl::PointIndices>& label_indices){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected