segment_labels_steepest_slope

This commit is contained in:
Paul Leroy
2023-12-20 19:16:33 +01:00
parent 8a72f0cc09
commit 1cc97dada1
2 changed files with 168 additions and 13 deletions
+1
View File
@@ -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 );