DbViewer: added color selectors for obstacle, ground and empty cells.

This commit is contained in:
matlabbe
2018-02-12 11:32:17 -05:00
parent 1595405871
commit 09cae9cbd3
3 changed files with 186 additions and 54 deletions

View File

@@ -88,6 +88,9 @@ private slots:
bool closeDatabase();
void recoverDatabase();
void updateStatistics();
void selectObstacleColor();
void selectGroundColor();
void selectEmptyColor();
void editDepthImage();
void generateGraph();
void exportDatabase();