|
Point Cloud Library (PCL)
1.8.1
|
A structure to store if a point in a range image lies on a border between an obstacle and the background. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
| int | x |
| int | y |
| BorderTraits | traits |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const BorderDescription &p) |
A structure to store if a point in a range image lies on a border between an obstacle and the background.
Definition at line 1440 of file point_types.hpp.
|
friend |
| BorderTraits pcl::BorderDescription::traits |
Definition at line 1443 of file point_types.hpp.
Referenced by pcl::RangeImageBorderExtractor::calculateBorderDirection(), and pcl::RangeImageBorderExtractor::get3dDirection().
| int pcl::BorderDescription::x |
Definition at line 1442 of file point_types.hpp.
Referenced by pcl::RangeImageBorderExtractor::get3dDirection().
| int pcl::BorderDescription::y |
Definition at line 1442 of file point_types.hpp.
Referenced by pcl::RangeImageBorderExtractor::get3dDirection().