Represents a detection of a template using the LINEMOD approach. More...
#include <pcl/recognition/linemod.h>
Public Member Functions | |
| LINEMODDetection () | |
| Constructor. | |
Public Attributes | |
| int | x |
| x-position of the detection. | |
| int | y |
| y-position of the detection. | |
| int | template_id |
| ID of the detected template. | |
| float | score |
| score of the detection. | |
| float | scale |
| scale at which the template was detected. | |
Represents a detection of a template using the LINEMOD approach.
Definition at line 314 of file linemod.h.
| pcl::LINEMODDetection::LINEMODDetection | ( | ) | [inline] |
scale at which the template was detected.
Definition at line 328 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
score of the detection.
Definition at line 326 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
ID of the detected template.
Definition at line 324 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
x-position of the detection.
Definition at line 320 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().
y-position of the detection.
Definition at line 322 of file linemod.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), and pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().