DbViewer: added colormap menu option to EditDepthArea, update3dView() updates only last select id to avoid switching to second image after editing the depth of the first one.

This commit is contained in:
matlabbe
2019-03-05 10:07:20 -05:00
parent 45fa968076
commit 884d1d7684
4 changed files with 75 additions and 3 deletions

View File

@@ -200,6 +200,7 @@ private:
QMap<int, int> idToIndex_;
QList<rtabmap::Link> neighborLinks_;
QList<rtabmap::Link> loopLinks_;
int lastImageBrowsed_ = 0;
rtabmap::DBDriver * dbDriver_;
QString pathDatabase_;
std::string databaseFileName_;

View File

@@ -83,6 +83,10 @@ private:
QAction * removeCluster_;
QAction * resetChanges_;
QAction * setPenWidth_;
QAction * colorMapWhiteToBlack_;
QAction * colorMapBlackToWhite_;
QAction * colorMapRedToBlue_;
QAction * colorMapBlueToRed_;
};
}