W3cubDocs

/PointCloudLibrary

Represents a detection of a template using the LINEMOD approach. More...

#include <pcl/recognition/linemod.h>

Public Member Functions

LINEMODDetection ()=default
Constructor. More...

Public Attributes

int x {0}
x-position of the detection. More...
int y {0}
y-position of the detection. More...
int template_id {0}
ID of the detected template. More...
float score {0.0f}
score of the detection. More...
float scale {1.0f}
scale at which the template was detected. More...

Detailed Description

Represents a detection of a template using the LINEMOD approach.

Author
Stefan Holzer

Definition at line 304 of file linemod.h.

Constructor & Destructor Documentation

LINEMODDetection()

pcl::LINEMODDetection::LINEMODDetection ( )
default

Constructor.

Member Data Documentation

scale

float pcl::LINEMODDetection::scale {1.0f}

scale at which the template was detected.

Definition at line 318 of file linemod.h.

Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant().

score

float pcl::LINEMODDetection::score {0.0f}

template_id

int pcl::LINEMODDetection::template_id {0}

x

int pcl::LINEMODDetection::x {0}

y

int pcl::LINEMODDetection::y {0}

The documentation for this struct was generated from the following file:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_l_i_n_e_m_o_d_detection.html