Point Cloud Library (PCL)
1.13.1-dev
|
Represents a detection of a template using the LINEMOD approach. More...
#include <pcl/recognition/linemod.h>
Public Member Functions | |
LINEMODDetection () | |
Constructor. More... | |
Public Attributes | |
int | x |
x-position of the detection. More... | |
int | y |
y-position of the detection. More... | |
int | template_id |
ID of the detected template. More... | |
float | score |
score of the detection. More... | |
float | scale |
scale at which the template was detected. More... | |
Represents a detection of a template using the LINEMOD approach.
|
inline |
float pcl::LINEMODDetection::scale |
scale at which the template was detected.
Definition at line 323 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
float pcl::LINEMODDetection::score |
score of the detection.
Definition at line 321 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
int pcl::LINEMODDetection::template_id |
ID of the detected template.
Definition at line 319 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
int pcl::LINEMODDetection::x |
x-position of the detection.
Definition at line 315 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
int pcl::LINEMODDetection::y |
y-position of the detection.
Definition at line 317 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().