mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added PnP Pose estimation based Odometry option. Added sensor icons in menu.
This commit is contained in:
@@ -148,6 +148,12 @@ bool ImageView::isGraphicsViewScaled() const
|
||||
return _graphicsViewScaled->isChecked();
|
||||
}
|
||||
|
||||
const QColor & ImageView::getBackgroundColor() const
|
||||
{
|
||||
return _graphicsView->backgroundBrush().color();
|
||||
}
|
||||
|
||||
|
||||
void ImageView::setFeaturesShown(bool shown)
|
||||
{
|
||||
_showFeatures->setChecked(shown);
|
||||
|
||||
Reference in New Issue
Block a user