Point Cloud Library (PCL)  1.14.0-dev
pcl::GASDEstimation< PointInT, PointOutT > Member List

This is the complete list of members for pcl::GASDEstimation< PointInT, PointOutT >, including all inherited members.

addSampleToHistograms(const Eigen::Vector4f &p, const float max_coord, const std::size_t half_grid_size, const HistogramInterpolationMethod interp, const float hbin, const float hist_incr, std::vector< Eigen::VectorXf > &hists)pcl::GASDEstimation< PointInT, PointOutT >protected
BaseClass typedefpcl::Feature< PointInT, GASDSignature512 >
compute(PointCloudOut &output)pcl::GASDEstimation< PointInT, PointOutT >
Feature< PointInT, GASDSignature512 >::compute(PointCloudOut &output)pcl::Feature< PointInT, GASDSignature512 >
computeFeature(PointCloudOut &output) overridepcl::GASDEstimation< PointInT, PointOutT >protected
ConstPtr typedefpcl::GASDEstimation< PointInT, PointOutT >
deinitCompute()pcl::Feature< PointInT, GASDSignature512 >protectedvirtual
fake_indices_pcl::PCLBase< PointInT >protected
fake_surface_pcl::Feature< PointInT, GASDSignature512 >protected
Feature()pcl::Feature< PointInT, GASDSignature512 >inline
feature_name_pcl::Feature< PointInT, GASDSignature512 >protected
GASDEstimation(const Eigen::Vector3f &view_direction=Eigen::Vector3f(0.0f, 0.0f, 1.0f), const std::size_t shape_half_grid_size=4, const std::size_t shape_hists_size=1, const HistogramInterpolationMethod shape_interp=INTERP_TRILINEAR)pcl::GASDEstimation< PointInT, PointOutT >inline
getClassName() constpcl::Feature< PointInT, GASDSignature512 >inlineprotected
getIndices()pcl::PCLBase< PointInT >inline
getIndices() constpcl::PCLBase< PointInT >inline
getInputCloud() constpcl::PCLBase< PointInT >inline
getKSearch() constpcl::Feature< PointInT, GASDSignature512 >inline
getRadiusSearch() constpcl::Feature< PointInT, GASDSignature512 >inline
getSearchMethod() constpcl::Feature< PointInT, GASDSignature512 >inline
getSearchParameter() constpcl::Feature< PointInT, GASDSignature512 >inline
getSearchSurface() constpcl::Feature< PointInT, GASDSignature512 >inline
getTransform() constpcl::GASDEstimation< PointInT, PointOutT >inline
hist_incr_pcl::GASDEstimation< PointInT, PointOutT >protected
indices_pcl::PCLBase< PointInT >protected
initCompute()pcl::Feature< PointInT, GASDSignature512 >protectedvirtual
input_pcl::PCLBase< PointInT >protected
k_pcl::Feature< PointInT, GASDSignature512 >protected
KdTree typedefpcl::Feature< PointInT, GASDSignature512 >
KdTreePtr typedefpcl::Feature< PointInT, GASDSignature512 >
max_coord_pcl::GASDEstimation< PointInT, PointOutT >protected
operator[](std::size_t pos) constpcl::PCLBase< PointInT >inline
PCLBase()pcl::PCLBase< PointInT >
PCLBase(const PCLBase &base)pcl::PCLBase< PointInT >
PointCloud typedefpcl::PCLBase< PointInT >
PointCloudConstPtr typedefpcl::PCLBase< PointInT >
PointCloudIn typedefpcl::Feature< PointInT, GASDSignature512 >
PointCloudInConstPtr typedefpcl::Feature< PointInT, GASDSignature512 >
PointCloudInPtr typedefpcl::Feature< PointInT, GASDSignature512 >
PointCloudOut typedefpcl::Feature< PointInT, GASDSignature512 >
PointCloudPtr typedefpcl::PCLBase< PointInT >
PointIndicesConstPtr typedefpcl::PCLBase< PointInT >
PointIndicesPtr typedefpcl::PCLBase< PointInT >
pos_pcl::GASDEstimation< PointInT, PointOutT >protected
Ptr typedefpcl::GASDEstimation< PointInT, PointOutT >
search_method_surface_pcl::Feature< PointInT, GASDSignature512 >protected
search_parameter_pcl::Feature< PointInT, GASDSignature512 >protected
search_radius_pcl::Feature< PointInT, GASDSignature512 >protected
searchForNeighbors(std::size_t index, double parameter, pcl::Indices &indices, std::vector< float > &distances) constpcl::Feature< PointInT, GASDSignature512 >inlineprotected
searchForNeighbors(const PointCloudIn &cloud, std::size_t index, double parameter, pcl::Indices &indices, std::vector< float > &distances) constpcl::Feature< PointInT, GASDSignature512 >inlineprotected
SearchMethod typedefpcl::Feature< PointInT, GASDSignature512 >
SearchMethodSurface typedefpcl::Feature< PointInT, GASDSignature512 >
setIndices(const IndicesPtr &indices)pcl::PCLBase< PointInT >virtual
setIndices(const IndicesConstPtr &indices)pcl::PCLBase< PointInT >virtual
setIndices(const PointIndicesConstPtr &indices)pcl::PCLBase< PointInT >virtual
setIndices(std::size_t row_start, std::size_t col_start, std::size_t nb_rows, std::size_t nb_cols)pcl::PCLBase< PointInT >virtual
setInputCloud(const PointCloudConstPtr &cloud)pcl::PCLBase< PointInT >virtual
setKSearch(int k)pcl::Feature< PointInT, GASDSignature512 >inline
setRadiusSearch(double radius)pcl::Feature< PointInT, GASDSignature512 >inline
setSearchMethod(const KdTreePtr &tree)pcl::Feature< PointInT, GASDSignature512 >inline
setSearchSurface(const PointCloudInConstPtr &cloud)pcl::Feature< PointInT, GASDSignature512 >inline
setShapeHalfGridSize(const std::size_t shgs)pcl::GASDEstimation< PointInT, PointOutT >inline
setShapeHistsInterpMethod(const HistogramInterpolationMethod interp)pcl::GASDEstimation< PointInT, PointOutT >inline
setShapeHistsSize(const std::size_t shs)pcl::GASDEstimation< PointInT, PointOutT >inline
setViewDirection(const Eigen::Vector3f &dir)pcl::GASDEstimation< PointInT, PointOutT >inline
shape_samples_pcl::GASDEstimation< PointInT, PointOutT >protected
surface_pcl::Feature< PointInT, GASDSignature512 >protected
tree_pcl::Feature< PointInT, GASDSignature512 >protected
use_indices_pcl::PCLBase< PointInT >protected
~PCLBase()=defaultpcl::PCLBase< PointInT >virtual