Point Cloud Library (PCL)
1.14.1-dev
|
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 Member Functions | |
constexpr | BorderDescription ()=default |
constexpr | BorderDescription (int _x, int _y) |
Public Attributes | |
int | x = 0 |
int | y = 0 |
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 1556 of file point_types.hpp.
|
inlineconstexprdefault |
|
inlineconstexpr |
Definition at line 1564 of file point_types.hpp.
|
friend |
BorderTraits pcl::BorderDescription::traits |
Definition at line 1559 of file point_types.hpp.
Referenced by pcl::RangeImageBorderExtractor::calculateBorderDirection(), and pcl::RangeImageBorderExtractor::get3dDirection().
int pcl::BorderDescription::x = 0 |
Definition at line 1558 of file point_types.hpp.
Referenced by pcl::RangeImageBorderExtractor::get3dDirection().
int pcl::BorderDescription::y = 0 |
Definition at line 1558 of file point_types.hpp.
Referenced by pcl::RangeImageBorderExtractor::get3dDirection().