Point Cloud Library (PCL)
1.14.1-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 ()=default | |
Public Attributes | |
int | left {-1} |
int | right {-1} |
int | top {-1} |
int | bottom {-1} |
Stores the indices of the shadow border corresponding to obstacle borders.
Definition at line 79 of file range_image_border_extractor.h.
|
default |
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::bottom {-1} |
Definition at line 82 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::left {-1} |
Definition at line 82 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::right {-1} |
Definition at line 82 of file range_image_border_extractor.h.
int pcl::RangeImageBorderExtractor::ShadowBorderIndices::top {-1} |
Definition at line 82 of file range_image_border_extractor.h.