Point Cloud Library (PCL)  1.7.0
pcl::IntegralImageNormalEstimation< PointInT, PointOutT > Member List
This is the complete list of members for pcl::IntegralImageNormalEstimation< PointInT, PointOutT >, including all inherited members.
AVERAGE_3D_GRADIENT enum valuepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
AVERAGE_DEPTH_CHANGE enum valuepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
BaseClass typedefpcl::Feature< PointInT, PointOutT >
BORDER_POLICY_IGNORE enum valuepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
BORDER_POLICY_MIRROR enum valuepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
BorderPolicy enum namepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
compute(PointCloudOut &output)pcl::Feature< PointInT, PointOutT >
computeFeature(PointCloudOut &output)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [protected, virtual]
computePointNormal(const int pos_x, const int pos_y, const unsigned point_index, PointOutT &normal)pcl::IntegralImageNormalEstimation< PointInT, PointOutT >
computePointNormalMirror(const int pos_x, const int pos_y, const unsigned point_index, PointOutT &normal)pcl::IntegralImageNormalEstimation< PointInT, PointOutT >
ConstPtr typedefpcl::IntegralImageNormalEstimation< PointInT, PointOutT >
COVARIANCE_MATRIX enum valuepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
deinitCompute()pcl::Feature< PointInT, PointOutT > [protected, virtual]
fake_indices_pcl::PCLBase< PointInT > [protected]
fake_surface_pcl::Feature< PointInT, PointOutT > [protected]
Feature()pcl::Feature< PointInT, PointOutT > [inline]
feature_name_pcl::Feature< PointInT, PointOutT > [protected]
getClassName() const pcl::Feature< PointInT, PointOutT > [inline, protected]
getDistanceMap()pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
getIndices()pcl::PCLBase< PointInT > [inline]
getInputCloud()pcl::PCLBase< PointInT > [inline]
getKSearch() const pcl::Feature< PointInT, PointOutT > [inline]
getRadiusSearch() const pcl::Feature< PointInT, PointOutT > [inline]
getSearchMethod() const pcl::Feature< PointInT, PointOutT > [inline]
getSearchParameter() const pcl::Feature< PointInT, PointOutT > [inline]
getSearchSurface() const pcl::Feature< PointInT, PointOutT > [inline]
getViewPoint(float &vpx, float &vpy, float &vpz)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
indices_pcl::PCLBase< PointInT > [protected]
initData()pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [protected]
input_pcl::PCLBase< PointInT > [protected]
IntegralImageNormalEstimation()pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
k_pcl::Feature< PointInT, PointOutT > [protected]
KdTree typedefpcl::Feature< PointInT, PointOutT >
KdTreePtr typedefpcl::Feature< PointInT, PointOutT >
NormalEstimationMethod enum namepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
operator[](size_t pos)pcl::PCLBase< PointInT > [inline]
PCLBase()pcl::PCLBase< PointInT >
PCLBase(const PCLBase &base)pcl::PCLBase< PointInT >
PointCloud typedefpcl::PCLBase< PointInT >
PointCloudConstPtr typedefpcl::PCLBase< PointInT >
PointCloudIn typedefpcl::IntegralImageNormalEstimation< PointInT, PointOutT >
PointCloudInConstPtr typedefpcl::Feature< PointInT, PointOutT >
PointCloudInPtr typedefpcl::Feature< PointInT, PointOutT >
PointCloudOut typedefpcl::IntegralImageNormalEstimation< PointInT, PointOutT >
PointCloudPtr typedefpcl::PCLBase< PointInT >
PointIndicesConstPtr typedefpcl::PCLBase< PointInT >
PointIndicesPtr typedefpcl::PCLBase< PointInT >
Ptr typedefpcl::IntegralImageNormalEstimation< PointInT, PointOutT >
search_method_surface_pcl::Feature< PointInT, PointOutT > [protected]
search_parameter_pcl::Feature< PointInT, PointOutT > [protected]
search_radius_pcl::Feature< PointInT, PointOutT > [protected]
searchForNeighbors(size_t index, double parameter, std::vector< int > &indices, std::vector< float > &distances) const pcl::Feature< PointInT, PointOutT > [inline, protected]
searchForNeighbors(const PointCloudIn &cloud, size_t index, double parameter, std::vector< int > &indices, std::vector< float > &distances) const pcl::Feature< PointInT, PointOutT > [inline, protected]
SearchMethod typedefpcl::Feature< PointInT, PointOutT >
SearchMethodSurface typedefpcl::Feature< PointInT, PointOutT >
setBorderPolicy(const BorderPolicy border_policy)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
setDepthDependentSmoothing(bool use_depth_dependent_smoothing)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
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(size_t row_start, size_t col_start, size_t nb_rows, size_t nb_cols)pcl::PCLBase< PointInT > [virtual]
setInputCloud(const typename PointCloudIn::ConstPtr &cloud)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline, virtual]
pcl::Feature::setInputCloud(const PointCloudConstPtr &cloud)pcl::PCLBase< PointInT > [virtual]
setKSearch(int k)pcl::Feature< PointInT, PointOutT > [inline]
setMaxDepthChangeFactor(float max_depth_change_factor)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
setNormalEstimationMethod(NormalEstimationMethod normal_estimation_method)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
setNormalSmoothingSize(float normal_smoothing_size)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
setRadiusSearch(double radius)pcl::Feature< PointInT, PointOutT > [inline]
setRectSize(const int width, const int height)pcl::IntegralImageNormalEstimation< PointInT, PointOutT >
setSearchMethod(const KdTreePtr &tree)pcl::Feature< PointInT, PointOutT > [inline]
setSearchSurface(const PointCloudInConstPtr &cloud)pcl::Feature< PointInT, PointOutT > [inline]
setViewPoint(float vpx, float vpy, float vpz)pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
SIMPLE_3D_GRADIENT enum valuepcl::IntegralImageNormalEstimation< PointInT, PointOutT >
surface_pcl::Feature< PointInT, PointOutT > [protected]
tree_pcl::Feature< PointInT, PointOutT > [protected]
use_indices_pcl::PCLBase< PointInT > [protected]
useSensorOriginAsViewPoint()pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [inline]
~Feature()pcl::Feature< PointInT, PointOutT > [inline, virtual]
~IntegralImageNormalEstimation()pcl::IntegralImageNormalEstimation< PointInT, PointOutT > [virtual]
~PCLBase()pcl::PCLBase< PointInT > [inline, virtual]