RegVis: fixed out-of-range vector error when guess is used and we match to projections. ImageView: Added right-click menu option to set a fixed size for features

This commit is contained in:
matlabbe
2017-12-18 14:38:54 -05:00
parent 6a50b3f149
commit d6058768fc
6 changed files with 52 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ public:
virtual ~KeypointItem();
void setColor(const QColor & color);
const cv::KeyPoint & keypoint() const {return _kpt;}
protected:
virtual void hoverEnterEvent ( QGraphicsSceneHoverEvent * event );