Represents a detection of a template using the LINEMOD approach. More...
#include <linemod.h>
Public Member Functions | |
| LINEMODDetection () | |
| Constructor. | |
Public Attributes | |
| float | scale |
| scale at which the template was detected. | |
| float | score |
| score of the detection. | |
| int | template_id |
| ID of the detected template. | |
| int | x |
| x-position of the detection. | |
| int | y |
| y-position of the detection. | |
Represents a detection of a template using the LINEMOD approach.
| pcl::LINEMODDetection::LINEMODDetection | ( | ) | [inline] |