Shadow filter, remove ghost points appearing on edges. More...
#include <Shadow.h>
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. More... | |
virtual void | inPlaceFilter (DataPoints &cloud) |
Apply these filters to a point cloud without copying. More... | |
ShadowDataPointsFilter (const Parameters ¶ms=Parameters()) | |
Constructor, uses parameter interface. More... | |
Public Member Functions inherited from PointMatcher< T >::DataPointsFilter | |
DataPointsFilter () | |
Construct without parameter. More... | |
DataPointsFilter (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) | |
Construct with parameters. More... | |
virtual void | init () |
Init this filter. More... | |
virtual | ~DataPointsFilter () |
virtual destructor More... | |
Public Member Functions inherited from PointMatcherSupport::Parametrizable | |
template<typename S > | |
S | get (const std::string ¶mName) |
Return the value of paramName, lexically-casted to S. More... | |
std::string | getParamValueString (const std::string ¶mName) |
Get the value of a parameter, as a string. More... | |
Parametrizable () | |
Construct a documentation of parameters from a description in the source. More... | |
Parametrizable (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) | |
Construct with documented parameters. More... | |
virtual | ~Parametrizable () |
Virtual destructor, do nothing. More... | |
Static Public Member Functions | |
static const ParametersDoc | availableParameters () |
static const std::string | description () |
Static Public Member Functions inherited from PointMatcherSupport::Parametrizable | |
template<typename S > | |
static bool | Comp (std::string a, std::string b) |
Return whether a < b, lexically casted to S. More... | |
Public Attributes | |
const T | eps |
Public Attributes inherited from PointMatcherSupport::Parametrizable | |
const std::string | className |
name of the class More... | |
Parameters | parameters |
parameters with their values encoded in string More... | |
const ParametersDoc | parametersDoc |
documentation of parameters More... | |
ParametersUsed | parametersUsed |
parameters whose value has actually been read More... | |
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 |
typedef Parametrizable::ParametersDoc ShadowDataPointsFilter< T >::ParametersDoc |
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.
|
inlinestatic |
|
inlinestatic |
|
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.
|
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 |