Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
pcl::BoundingBoxXYZ Struct Reference

#include <pcl/recognition/linemod/line_rgbd.h>

Public Member Functions

 BoundingBoxXYZ ()=default
 Constructor.

Public Attributes

float x {0.0f}
 X-coordinate of the upper left front point.
float y {0.0f}
 Y-coordinate of the upper left front point.
float z {0.0f}
 Z-coordinate of the upper left front point.
float width {0.0f}
 Width of the bounding box.
float height {0.0f}
 Height of the bounding box.
float depth {0.0f}
 Depth of the bounding box.

Detailed Description

Definition at line 48 of file line_rgbd.h.

Constructor & Destructor Documentation

◆ BoundingBoxXYZ()

pcl::BoundingBoxXYZ::BoundingBoxXYZ ( )
default

Constructor.

Member Data Documentation

◆ depth

◆ height

◆ width

◆ x

◆ y

◆ z


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