segment_labels_steepest_slope
This commit is contained in:
@@ -11,6 +11,7 @@ namespace G3Point
|
||||
{
|
||||
void add_to_stack(int index, const Eigen::ArrayXi& n_donors, const Eigen::ArrayXXi& donors, std::vector<int>& stack);
|
||||
int segment_labels(bool useParallelStrategy=true);
|
||||
int segment_labels_steepest_slope(bool useParallelStrategy=true);
|
||||
void get_neighbors_distances_slopes(unsigned index);
|
||||
bool query_neighbors(ccPointCloud* cloud, ccMainAppInterface* appInterface, bool useParallelStrategy=true);
|
||||
void performActionA( ccMainAppInterface *appInterface );
|
||||
|
||||
Reference in New Issue
Block a user