GUI export: Added cloud filtering option

This commit is contained in:
matlabbe
2015-08-24 17:12:39 -04:00
parent d57e12023b
commit 58e3da18c2
5 changed files with 140 additions and 12 deletions

View File

@@ -61,6 +61,10 @@ public:
double getGenerateVoxel() const;
double getGenerateMaxDepth() const;
bool getFiltering() const;
double getFilteringRadius() const;
int getFilteringMinNeighbors() const;
bool getAssemble() const;
double getAssembleVoxel() const;