Point Cloud Library (PCL)
1.7.0
|
#include <pcl/recognition/linemod/line_rgbd.h>
Public Member Functions | |
BoundingBoxXYZ () | |
Constructor. | |
Public Attributes | |
float | x |
X-coordinate of the upper left front point. | |
float | y |
Y-coordinate of the upper left front point. | |
float | z |
Z-coordinate of the upper left front point. | |
float | width |
Width of the bounding box. | |
float | height |
Height of the bounding box. | |
float | depth |
Depth of the bounding box. |
Definition at line 49 of file line_rgbd.h.
pcl::BoundingBoxXYZ::BoundingBoxXYZ | ( | ) | [inline] |
Constructor.
Definition at line 52 of file line_rgbd.h.
Depth of the bounding box.
Definition at line 66 of file line_rgbd.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::addTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeBoundingBoxIntersectionVolume(), pcl::LineRGBD< PointXYZT, PointRGBT >::createAndAddTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates(), pcl::LineRGBD< PointXYZT, PointRGBT >::refineDetectionsAlongDepth(), and pcl::LineRGBD< PointXYZT, PointRGBT >::removeOverlappingDetections().
Height of the bounding box.
Definition at line 64 of file line_rgbd.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::addTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeBoundingBoxIntersectionVolume(), pcl::LineRGBD< PointXYZT, PointRGBT >::createAndAddTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates(), and pcl::LineRGBD< PointXYZT, PointRGBT >::removeOverlappingDetections().
Width of the bounding box.
Definition at line 62 of file line_rgbd.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::addTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeBoundingBoxIntersectionVolume(), pcl::LineRGBD< PointXYZT, PointRGBT >::createAndAddTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates(), and pcl::LineRGBD< PointXYZT, PointRGBT >::removeOverlappingDetections().
float pcl::BoundingBoxXYZ::x |
X-coordinate of the upper left front point.
Definition at line 55 of file line_rgbd.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::addTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeBoundingBoxIntersectionVolume(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeTransformedTemplatePoints(), pcl::LineRGBD< PointXYZT, PointRGBT >::createAndAddTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant(), pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates(), and pcl::LineRGBD< PointXYZT, PointRGBT >::removeOverlappingDetections().
float pcl::BoundingBoxXYZ::y |
Y-coordinate of the upper left front point.
Definition at line 57 of file line_rgbd.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::addTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeBoundingBoxIntersectionVolume(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeTransformedTemplatePoints(), pcl::LineRGBD< PointXYZT, PointRGBT >::createAndAddTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant(), pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates(), and pcl::LineRGBD< PointXYZT, PointRGBT >::removeOverlappingDetections().
float pcl::BoundingBoxXYZ::z |
Z-coordinate of the upper left front point.
Definition at line 59 of file line_rgbd.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::addTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::applyProjectiveDepthICPOnDetections(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeBoundingBoxIntersectionVolume(), pcl::LineRGBD< PointXYZT, PointRGBT >::computeTransformedTemplatePoints(), pcl::LineRGBD< PointXYZT, PointRGBT >::createAndAddTemplate(), pcl::LineRGBD< PointXYZT, PointRGBT >::detect(), pcl::LineRGBD< PointXYZT, PointRGBT >::detectSemiScaleInvariant(), pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates(), pcl::LineRGBD< PointXYZT, PointRGBT >::refineDetectionsAlongDepth(), and pcl::LineRGBD< PointXYZT, PointRGBT >::removeOverlappingDetections().