mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added GainCompensator class. GUI/3D Rendering: added texturing option.
This commit is contained in:
@@ -183,6 +183,7 @@ public:
|
||||
double getSubtractFilteringRadius() const;
|
||||
double getSubtractFilteringAngle() const;
|
||||
int getNormalKSearch() const;
|
||||
bool gainCompensation() const;
|
||||
|
||||
bool getGridMapShown() const;
|
||||
double getGridMapResolution() const;;
|
||||
@@ -201,6 +202,7 @@ public:
|
||||
bool isCloudMeshing() const;
|
||||
double getCloudMeshingAngle() const;
|
||||
bool isCloudMeshingQuad() const;
|
||||
bool isCloudMeshingTexture() const;
|
||||
int getCloudMeshingTriangleSize();
|
||||
|
||||
QString getWorkingDirectory() const;
|
||||
|
||||
Reference in New Issue
Block a user