Point Cloud Library (PCL)
1.13.0-dev
|
Stores the indices of the shadow border corresponding to obstacle borders. More...
#include <pcl/features/range_image_border_extractor.h>
Public Member Functions | |
ShadowBorderIndices () | |
Public Attributes | |
int | left |
int | right |
int | top |
int | bottom |
Stores the indices of the shadow border corresponding to obstacle borders.
Definition at line 80 of file range_image_border_extractor.h.
|
inline |
Definition at line 82 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::bottom |
Definition at line 83 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::left |
Definition at line 83 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::right |
Definition at line 83 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::top |
Definition at line 83 of file range_image_border_extractor.h.