Gestalt descriptors filter as described in Bosse & Zlot ICRA 2013. More...
#include <Gestalt.h>

Classes | |
| struct | BuildData |
| struct | CompareDim |
Public Types | |
| typedef PointMatcher< T > ::DataPoints | DataPoints |
| typedef PointMatcher< T > ::DataPoints::InvalidField | InvalidField |
| typedef Parametrizable::InvalidParameter | InvalidParameter |
| typedef PointMatcher< T >::Matrix | Matrix |
| 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 | |
| PointMatcher< T >::Vector | calculateAngles (const Matrix &points, const Eigen::Matrix< T, 3, 1 > &) const |
| PointMatcher< T >::Vector | calculateRadii (const Matrix &points, const Eigen::Matrix< T, 3, 1 > &) const |
| virtual DataPoints | filter (const DataPoints &input) |
| Apply filters to input point cloud. This is the non-destructive version and returns a copy. | |
| GestaltDataPointsFilter (const Parameters ¶ms=Parameters()) | |
| virtual void | inPlaceFilter (DataPoints &cloud) |
| Apply these filters to a point cloud without copying. | |
| PointMatcher< T >::Vector | serializeGestaltMatrix (const Matrix &gestaltFeatures) const |
| virtual | ~GestaltDataPointsFilter () |
Static Public Member Functions | |
| static const ParametersDoc | availableParameters () |
| static const std::string | description () |
Public Attributes | |
| const bool | averageExistingDescriptors |
| const bool | keepCovariances |
| const bool | keepEigenValues |
| const bool | keepEigenVectors |
| const bool | keepGestaltFeatures |
| const bool | keepMeans |
| const bool | keepNormals |
| const unsigned | knn |
| const T | maxBoxDim |
| const T | maxTimeWindow |
| const T | radius |
| const T | ratio |
| const T | vSizeX |
| const T | vSizeY |
| const T | vSizeZ |
Protected Member Functions | |
| void | buildNew (BuildData &data, const int first, const int last, Vector &&minValues, Vector &&maxValues) const |
| void | fuseRange (BuildData &data, DataPoints &input, const int first, const int last) const |
Gestalt descriptors filter as described in Bosse & Zlot ICRA 2013.
| typedef PointMatcher<T>::DataPoints GestaltDataPointsFilter< T >::DataPoints |
| typedef PointMatcher<T>::DataPoints::InvalidField GestaltDataPointsFilter< T >::InvalidField |
| typedef Parametrizable::InvalidParameter GestaltDataPointsFilter< T >::InvalidParameter |
| typedef PointMatcher<T>::Matrix GestaltDataPointsFilter< T >::Matrix |
| typedef PointMatcherSupport::Parametrizable GestaltDataPointsFilter< T >::P |
| typedef Parametrizable::ParameterDoc GestaltDataPointsFilter< T >::ParameterDoc |
| typedef Parametrizable::Parameters GestaltDataPointsFilter< T >::Parameters |
Parameters stored as a map of string->string.
Reimplemented from PointMatcherSupport::Parametrizable.
| typedef Parametrizable::ParametersDoc GestaltDataPointsFilter< T >::ParametersDoc |
The documentation of all parameters.
Reimplemented from PointMatcherSupport::Parametrizable.
| typedef PointMatcherSupport::Parametrizable GestaltDataPointsFilter< T >::Parametrizable |
| typedef PointMatcher<T>::Vector GestaltDataPointsFilter< T >::Vector |
| GestaltDataPointsFilter< T >::GestaltDataPointsFilter | ( | const Parameters & | params = Parameters() | ) |
Definition at line 55 of file Gestalt.cpp.
| virtual GestaltDataPointsFilter< T >::~GestaltDataPointsFilter | ( | ) | [inline, virtual] |
| static const ParametersDoc GestaltDataPointsFilter< T >::availableParameters | ( | ) | [inline, static] |
| void GestaltDataPointsFilter< T >::buildNew | ( | BuildData & | data, |
| const int | first, | ||
| const int | last, | ||
| Vector && | minValues, | ||
| Vector && | maxValues | ||
| ) | const [protected] |
Definition at line 219 of file Gestalt.cpp.
| PointMatcher< T >::Vector GestaltDataPointsFilter< T >::calculateAngles | ( | const Matrix & | points, |
| const Eigen::Matrix< T, 3, 1 > & | keyPoint | ||
| ) | const |
Definition at line 598 of file Gestalt.cpp.
| PointMatcher< T >::Vector GestaltDataPointsFilter< T >::calculateRadii | ( | const Matrix & | points, |
| const Eigen::Matrix< T, 3, 1 > & | keyPoint | ||
| ) | const |
Definition at line 616 of file Gestalt.cpp.
| static const std::string GestaltDataPointsFilter< T >::description | ( | ) | [inline, static] |
| PointMatcher< T >::DataPoints GestaltDataPointsFilter< 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 79 of file Gestalt.cpp.
| void GestaltDataPointsFilter< T >::fuseRange | ( | BuildData & | data, |
| DataPoints & | input, | ||
| const int | first, | ||
| const int | last | ||
| ) | const [protected] |
Definition at line 343 of file Gestalt.cpp.
| void GestaltDataPointsFilter< T >::inPlaceFilter | ( | DataPoints & | cloud | ) | [virtual] |
Apply these filters to a point cloud without copying.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 88 of file Gestalt.cpp.
| PointMatcher< T >::Vector GestaltDataPointsFilter< T >::serializeGestaltMatrix | ( | const Matrix & | gestaltFeatures | ) | const |
Definition at line 583 of file Gestalt.cpp.
| const bool GestaltDataPointsFilter< T >::averageExistingDescriptors |
| const bool GestaltDataPointsFilter< T >::keepCovariances |
| const bool GestaltDataPointsFilter< T >::keepEigenValues |
| const bool GestaltDataPointsFilter< T >::keepEigenVectors |
| const bool GestaltDataPointsFilter< T >::keepGestaltFeatures |
| const bool GestaltDataPointsFilter< T >::keepMeans |
| const bool GestaltDataPointsFilter< T >::keepNormals |
| const unsigned GestaltDataPointsFilter< T >::knn |
| const T GestaltDataPointsFilter< T >::maxBoxDim |
| const T GestaltDataPointsFilter< T >::maxTimeWindow |
| const T GestaltDataPointsFilter< T >::radius |
| const T GestaltDataPointsFilter< T >::ratio |
| const T GestaltDataPointsFilter< T >::vSizeX |
| const T GestaltDataPointsFilter< T >::vSizeY |
| const T GestaltDataPointsFilter< T >::vSizeZ |