|
Point Cloud Library (PCL)
1.6.0
|
Extract obstacle borders from range images, meaning positions where there is a transition from foreground to background. More...
#include <pcl/features/range_image_border_extractor.h>


Classes | |
| struct | LocalSurface |
| Stores some information extracted from the neighborhood of a point. More... | |
| struct | Parameters |
| Parameters used in this class. More... | |
| struct | ShadowBorderIndices |
| Stores the indices of the shadow border corresponding to obstacle borders. More... | |
Public Member Functions | |
| RangeImageBorderExtractor (const RangeImage *range_image=NULL) | |
| Constructor. More... | |
| ~RangeImageBorderExtractor () | |
| Destructor. More... | |
| void | setRangeImage (const RangeImage *range_image) |
| Provide a pointer to the range image. More... | |
| void | clearData () |
| Erase all data calculated for the current range image. More... | |
| float * | getAnglesImageForBorderDirections () |
| Get the 2D directions in the range image from the border directions - probably mainly useful for visualization. More... | |
| float * | getAnglesImageForSurfaceChangeDirections () |
| Get the 2D directions in the range image from the surface change directions - probably mainly useful for visualization. More... | |
| void | compute (PointCloudOut &output) |
| Overwrite the compute function of the base class. More... | |
| Parameters & | getParameters () |
| bool | hasRangeImage () const |
| const RangeImage & | getRangeImage () const |
| float * | getBorderScoresLeft () |
| float * | getBorderScoresRight () |
| float * | getBorderScoresTop () |
| float * | getBorderScoresBottom () |
| LocalSurface ** | getSurfaceStructure () |
| PointCloudOut & | getBorderDescriptions () |
| ShadowBorderIndices ** | getShadowBorderInformations () |
| Eigen::Vector3f ** | getBorderDirections () |
| float * | getSurfaceChangeScores () |
| Eigen::Vector3f * | getSurfaceChangeDirections () |
| void | setSearchSurface (const PointCloudInConstPtr &cloud) |
| Provide a pointer to a dataset to add additional information to estimate the features for every point in the input dataset. More... | |
| PointCloudInConstPtr | getSearchSurface () const |
| Get a pointer to the surface point cloud dataset. More... | |
| void | setSearchMethod (const KdTreePtr &tree) |
| Provide a pointer to the search object. More... | |
| KdTreePtr | getSearchMethod () const |
| Get a pointer to the search method used. More... | |
| double | getSearchParameter () const |
| Get the internal search parameter. More... | |
| void | setKSearch (int k) |
| Set the number of k nearest neighbors to use for the feature estimation. More... | |
| int | getKSearch () const |
| get the number of k nearest neighbors used for the feature estimation. More... | |
| void | setRadiusSearch (double radius) |
| Set the sphere radius that is to be used for determining the nearest neighbors used for the feature estimation. More... | |
| double | getRadiusSearch () const |
| Get the sphere radius used for determining the neighbors. More... | |
| void | computeEigen (pcl::PointCloud< Eigen::MatrixXf > &output) |
| Base method for feature estimation for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod () More... | |
| virtual void | setInputCloud (const PointCloudConstPtr &cloud) |
| Provide a pointer to the input dataset. More... | |
| PointCloudConstPtr const | getInputCloud () |
| Get a pointer to the input point cloud dataset. More... | |
| void | setIndices (const IndicesPtr &indices) |
| Provide a pointer to the vector of indices that represents the input data. More... | |
| void | setIndices (const IndicesConstPtr &indices) |
| Provide a pointer to the vector of indices that represents the input data. More... | |
| void | setIndices (const PointIndicesConstPtr &indices) |
| Provide a pointer to the vector of indices that represents the input data. More... | |
| void | setIndices (size_t row_start, size_t col_start, size_t nb_rows, size_t nb_cols) |
| Set the indices for the points laying within an interest region of the point cloud. More... | |
| IndicesPtr const | getIndices () |
| Get a pointer to the vector of indices used. More... | |
| const PointWithRange & | operator[] (size_t pos) |
| Override PointCloud operator[] to shorten code. More... | |
Static Public Member Functions | |
| static float | getObstacleBorderAngle (const BorderTraits &border_traits) |
| Take the information from BorderTraits to calculate the local direction of the border. More... | |
Extract obstacle borders from range images, meaning positions where there is a transition from foreground to background.
Definition at line 56 of file range_image_border_extractor.h.
Definition at line 60 of file range_image_border_extractor.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 74 of file pcl_base.h.
|
inherited |
Definition at line 76 of file pcl_base.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 75 of file pcl_base.h.
|
inherited |
Definition at line 79 of file pcl_base.h.
|
inherited |
Definition at line 78 of file pcl_base.h.
|
inherited |
|
inherited |
|
inherited |
| pcl::RangeImageBorderExtractor::RangeImageBorderExtractor | ( | const RangeImage * | range_image = NULL) |
Constructor.
| pcl::RangeImageBorderExtractor::~RangeImageBorderExtractor | ( | ) |
Destructor.
| void pcl::RangeImageBorderExtractor::clearData | ( | ) |
Erase all data calculated for the current range image.
| void pcl::RangeImageBorderExtractor::compute | ( | PointCloudOut & | output) |
Overwrite the compute function of the base class.
|
inherited |
Base method for feature estimation for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod ()
| [out] | output | the resultant point cloud model dataset containing the estimated features |
| float* pcl::RangeImageBorderExtractor::getAnglesImageForBorderDirections | ( | ) |
Get the 2D directions in the range image from the border directions - probably mainly useful for visualization.
| float* pcl::RangeImageBorderExtractor::getAnglesImageForSurfaceChangeDirections | ( | ) |
Get the 2D directions in the range image from the surface change directions - probably mainly useful for visualization.
|
inline |
Definition at line 165 of file range_image_border_extractor.h.
|
inline |
Definition at line 171 of file range_image_border_extractor.h.
|
inline |
Definition at line 159 of file range_image_border_extractor.h.
|
inline |
Definition at line 150 of file range_image_border_extractor.h.
|
inline |
Definition at line 153 of file range_image_border_extractor.h.
|
inline |
Definition at line 156 of file range_image_border_extractor.h.
|
inlineinherited |
Get a pointer to the vector of indices used.
Definition at line 190 of file pcl_base.h.
|
inlineinherited |
Get a pointer to the input point cloud dataset.
Definition at line 107 of file pcl_base.h.
|
inlineinherited |
|
inlinestatic |
Take the information from BorderTraits to calculate the local direction of the border.
| border_traits | contains the information needed to calculate the border angle |
Definition at line 42 of file range_image_border_extractor.hpp.
|
inline |
Definition at line 141 of file range_image_border_extractor.h.
|
inlineinherited |
|
inline |
Definition at line 147 of file range_image_border_extractor.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 168 of file range_image_border_extractor.h.
|
inline |
Definition at line 177 of file range_image_border_extractor.h.
|
inline |
Definition at line 174 of file range_image_border_extractor.h.
|
inline |
Definition at line 162 of file range_image_border_extractor.h.
|
inline |
Definition at line 144 of file range_image_border_extractor.h.
|
inlineinherited |
Override PointCloud operator[] to shorten code.
| pos | position in indices_ vector |
Definition at line 197 of file pcl_base.h.
|
inlineinherited |
Provide a pointer to the vector of indices that represents the input data.
| indices | a pointer to the vector of indices that represents the input data. |
Definition at line 113 of file pcl_base.h.
|
inlineinherited |
Provide a pointer to the vector of indices that represents the input data.
| indices | a pointer to the vector of indices that represents the input data. |
Definition at line 124 of file pcl_base.h.
|
inlineinherited |
Provide a pointer to the vector of indices that represents the input data.
| indices | a pointer to the vector of indices that represents the input data. |
Definition at line 135 of file pcl_base.h.
|
inlineinherited |
Set the indices for the points laying within an interest region of the point cloud.
| row_start | the offset on rows |
| col_start | the offset on columns |
| nb_rows | the number of rows to be considered row_start included |
| nb_cols | the number of columns to be considered col_start included |
Definition at line 151 of file pcl_base.h.
|
inlinevirtualinherited |
Provide a pointer to the input dataset.
| cloud | the const boost shared pointer to a PointCloud message |
Definition at line 103 of file pcl_base.h.
|
inlineinherited |
|
inlineinherited |
| void pcl::RangeImageBorderExtractor::setRangeImage | ( | const RangeImage * | range_image) |
Provide a pointer to the range image.
| range_image | a pointer to the range_image |
|
inlineinherited |
|
inlineinherited |
Provide a pointer to a dataset to add additional information to estimate the features for every point in the input dataset.
This is optional, if this is not set, it will only use the data in the input cloud to estimate the features. This is useful when you only need to compute the features for a downsampled cloud.
| [in] | cloud | a pointer to a PointCloud message |
1.8.4