#include <KeypointItem.h>
|
const cv::KeyPoint & | keypoint () const |
|
| KeypointItem (int id, const cv::KeyPoint &kpt, float depth=0, const QColor &color=Qt::green, QGraphicsItem *parent=0) |
|
void | setColor (const QColor &color) |
|
virtual | ~KeypointItem () |
|
Definition at line 41 of file KeypointItem.h.
◆ KeypointItem()
rtabmap::KeypointItem::KeypointItem |
( |
int |
id, |
|
|
const cv::KeyPoint & |
kpt, |
|
|
float |
depth = 0 , |
|
|
const QColor & |
color = Qt::green , |
|
|
QGraphicsItem * |
parent = 0 |
|
) |
| |
◆ ~KeypointItem()
rtabmap::KeypointItem::~KeypointItem |
( |
| ) |
|
|
virtual |
◆ focusInEvent()
void rtabmap::KeypointItem::focusInEvent |
( |
QFocusEvent * |
event | ) |
|
|
protectedvirtual |
◆ focusOutEvent()
void rtabmap::KeypointItem::focusOutEvent |
( |
QFocusEvent * |
event | ) |
|
|
protectedvirtual |
◆ hideDescription()
void rtabmap::KeypointItem::hideDescription |
( |
| ) |
|
|
private |
◆ hoverEnterEvent()
void rtabmap::KeypointItem::hoverEnterEvent |
( |
QGraphicsSceneHoverEvent * |
event | ) |
|
|
protectedvirtual |
◆ hoverLeaveEvent()
void rtabmap::KeypointItem::hoverLeaveEvent |
( |
QGraphicsSceneHoverEvent * |
event | ) |
|
|
protectedvirtual |
◆ keypoint()
const cv::KeyPoint& rtabmap::KeypointItem::keypoint |
( |
| ) |
const |
|
inline |
◆ setColor()
void rtabmap::KeypointItem::setColor |
( |
const QColor & |
color | ) |
|
◆ showDescription()
void rtabmap::KeypointItem::showDescription |
( |
| ) |
|
|
private |
◆ _depth
float rtabmap::KeypointItem::_depth |
|
private |
◆ _id
int rtabmap::KeypointItem::_id |
|
private |
◆ _kpt
cv::KeyPoint rtabmap::KeypointItem::_kpt |
|
private |
◆ _placeHolder
QGraphicsRectItem* rtabmap::KeypointItem::_placeHolder |
|
private |
◆ _width
int rtabmap::KeypointItem::_width |
|
private |
The documentation for this class was generated from the following files: