initial segmentation
This commit is contained in:
+5
-2
@@ -2,14 +2,17 @@
|
||||
|
||||
#include "ccPointCloud.h"
|
||||
|
||||
#include "Eigen/Dense"
|
||||
|
||||
#pragma once
|
||||
|
||||
class ccMainAppInterface;
|
||||
|
||||
namespace G3Point
|
||||
{
|
||||
int getBestOctreeLevel();
|
||||
void get_neighbors(unsigned index);
|
||||
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);
|
||||
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