mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
RegVis: fixed orboctree descriptor extractions. KeypointItem: fixed placeholder gray scale for yellow features.
This commit is contained in:
@@ -64,7 +64,7 @@ void KeypointItem::showDescription()
|
||||
{
|
||||
_placeHolder = new QGraphicsRectItem (this);
|
||||
_placeHolder->setVisible(false);
|
||||
if(qGray(pen().color().rgb() > 255/2))
|
||||
if(qGray(pen().color().rgb()) > 255/2)
|
||||
{
|
||||
_placeHolder->setBrush(QBrush(QColor ( 0,0,0, 170 )));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user