mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
GUI export: Added cloud filtering option
This commit is contained in:
@@ -232,7 +232,9 @@ private:
|
||||
bool regenerateClouds,
|
||||
int regenerateDecimation,
|
||||
float regenerateVoxelSize,
|
||||
float regenerateMaxDepth) const;
|
||||
float regenerateMaxDepth,
|
||||
float filteringRadius,
|
||||
float filteringMinNeighbors) const;
|
||||
|
||||
bool getExportedScans(std::map<int, pcl::PointCloud<pcl::PointXYZ>::Ptr > & scans);
|
||||
bool getExportedClouds(
|
||||
|
||||
Reference in New Issue
Block a user