Shadow filter, remove ghost points appearing on edges. More...
#include <Shadow.h>
Public Types | |
typedef PointMatcher< T > ::DataPoints | DataPoints |
typedef PointMatcher< T > ::DataPoints::InvalidField | InvalidField |
typedef Parametrizable::InvalidParameter | InvalidParameter |
typedef PointMatcherSupport::Parametrizable | P |
typedef Parametrizable::ParameterDoc | ParameterDoc |
typedef Parametrizable::Parameters | Parameters |
Parameters stored as a map of string->string. | |
typedef Parametrizable::ParametersDoc | ParametersDoc |
The documentation of all parameters. | |
typedef PointMatcherSupport::Parametrizable | Parametrizable |
typedef PointMatcher< T >::Vector | Vector |
Public Member Functions | |
virtual DataPoints | filter (const DataPoints &input) |
Apply filters to input point cloud. This is the non-destructive version and returns a copy. | |
virtual void | inPlaceFilter (DataPoints &cloud) |
Apply these filters to a point cloud without copying. | |
ShadowDataPointsFilter (const Parameters ¶ms=Parameters()) | |
Constructor, uses parameter interface. | |
Static Public Member Functions | |
static const ParametersDoc | availableParameters () |
static const std::string | description () |
Public Attributes | |
const T | eps |
Shadow filter, remove ghost points appearing on edges.
typedef PointMatcher<T>::DataPoints ShadowDataPointsFilter< T >::DataPoints |
typedef PointMatcher<T>::DataPoints::InvalidField ShadowDataPointsFilter< T >::InvalidField |
typedef Parametrizable::InvalidParameter ShadowDataPointsFilter< T >::InvalidParameter |
typedef PointMatcherSupport::Parametrizable ShadowDataPointsFilter< T >::P |
typedef Parametrizable::ParameterDoc ShadowDataPointsFilter< T >::ParameterDoc |
typedef Parametrizable::Parameters ShadowDataPointsFilter< T >::Parameters |
Parameters stored as a map of string->string.
Reimplemented from PointMatcherSupport::Parametrizable.
typedef Parametrizable::ParametersDoc ShadowDataPointsFilter< T >::ParametersDoc |
The documentation of all parameters.
Reimplemented from PointMatcherSupport::Parametrizable.
typedef PointMatcherSupport::Parametrizable ShadowDataPointsFilter< T >::Parametrizable |
typedef PointMatcher<T>::Vector ShadowDataPointsFilter< T >::Vector |
ShadowDataPointsFilter< T >::ShadowDataPointsFilter | ( | const Parameters & | params = Parameters() | ) |
Constructor, uses parameter interface.
Definition at line 42 of file Shadow.cpp.
static const ParametersDoc ShadowDataPointsFilter< T >::availableParameters | ( | ) | [inline, static] |
static const std::string ShadowDataPointsFilter< T >::description | ( | ) | [inline, static] |
PointMatcher< T >::DataPoints ShadowDataPointsFilter< T >::filter | ( | const DataPoints & | input | ) | [virtual] |
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 53 of file Shadow.cpp.
void ShadowDataPointsFilter< T >::inPlaceFilter | ( | DataPoints & | cloud | ) | [virtual] |
Apply these filters to a point cloud without copying.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 62 of file Shadow.cpp.
const T ShadowDataPointsFilter< T >::eps |