On this page
Gaussian kernel implementation interface with RGB channel handling Use this as implementation reference. More...
#include <pcl/filters/convolution_3d.h>
Public Types |
|
| using | Ptr = shared_ptr< GaussianKernelRGB< PointInT, PointOutT > > |
| using | ConstPtr = shared_ptr< GaussianKernelRGB< PointInT, PointOutT > > |
| using | Ptr = shared_ptr< GaussianKernel< PointInT, PointOutT > > |
| using | ConstPtr = shared_ptr< GaussianKernel< PointInT, PointOutT > > |
| using | Ptr = shared_ptr< ConvolvingKernel< PointInT, PointOutT > > |
| using | ConstPtr = shared_ptr< const ConvolvingKernel< PointInT, PointOutT > > |
| using | PointCloudInConstPtr = typename PointCloud< PointInT >::ConstPtr |
Public Member Functions |
|
| GaussianKernelRGB () | |
| Default constructor. More... |
|
| PointOutT | operator() (const Indices &indices, const std::vector< float > &distances) |
| Convolve point at the center of this local information. More... |
|
| GaussianKernel () | |
| Default constructor. More... |
|
| void | setSigma (float sigma) |
| Set the sigma parameter of the Gaussian. More... |
|
| void | setThresholdRelativeToSigma (float sigma_coefficient) |
| Set the distance threshold relative to a sigma factor i.e. More... |
|
| void | setThreshold (float threshold) |
| Set the distance threshold such as pi, ||pi - q|| > threshold are not considered. More... |
|
| bool | initCompute () |
| Must call this method before doing any computation. More... |
|
| ConvolvingKernel () | |
| empty constructor More... |
|
| virtual | ~ConvolvingKernel ()=default |
| empty destructor More... |
|
| void | setInputCloud (const PointCloudInConstPtr &input) |
| Set input cloud. More... |
|
Additional Inherited Members |
|
| static void | makeInfinite (PointOutT &p) |
| Utility function that annihilates a point making it fail the pcl::isFinite test. More... |
|
| float | sigma_ |
| float | sigma_sqr_ |
| float | threshold_ |
| boost::optional< float > | sigma_coefficient_ |
| PointCloudInConstPtr | input_ |
| source cloud More... |
|
Detailed Description
template<typename PointInT, typename PointOutT>
class pcl::filters::GaussianKernelRGB< PointInT, PointOutT >
Gaussian kernel implementation interface with RGB channel handling Use this as implementation reference.
Definition at line 167 of file convolution_3d.h.
Member Typedef Documentation
ConstPtr
| using pcl::filters::GaussianKernelRGB< PointInT, PointOutT >::ConstPtr = shared_ptr<GaussianKernelRGB<PointInT, PointOutT> > |
Definition at line 177 of file convolution_3d.h.
Ptr
| using pcl::filters::GaussianKernelRGB< PointInT, PointOutT >::Ptr = shared_ptr<GaussianKernelRGB<PointInT, PointOutT> > |
Definition at line 176 of file convolution_3d.h.
Constructor & Destructor Documentation
GaussianKernelRGB()
|
inline |
Default constructor.
Definition at line 180 of file convolution_3d.h.
Member Function Documentation
operator()()
|
virtual |
Convolve point at the center of this local information.
- Parameters
-
[in] indices indices of the point in the source point cloud [in] distances euclidean distance squared from the query point
- Returns
- the convolved point
Reimplemented from pcl::filters::GaussianKernel< PointInT, PointOutT >.
Definition at line 136 of file convolution_3d.hpp.
References pcl::isFinite().
The documentation for this class was generated from the following files:
- pcl/filters/convolution_3d.h
- pcl/filters/impl/convolution_3d.hpp
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1filters_1_1_gaussian_kernel_r_g_b.html