Gestalt descriptors filter as described in Bosse & Zlot ICRA 2013. More...
#include <Gestalt.h>
Classes | |
struct | BuildData |
struct | CompareDim |
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) |
GestaltDataPointsFilter (const Parameters ¶ms=Parameters()) | |
virtual void | inPlaceFilter (DataPoints &cloud) |
PointMatcher< T >::Vector | serializeGestaltMatrix (const Matrix &gestaltFeatures) const |
virtual | ~GestaltDataPointsFilter () |
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 DataPoints | filter (const DataPoints &input)=0 |
Apply filters to input point cloud. This is the non-destructive version and returns a copy. More... | |
virtual void | init () |
Init this filter. More... | |
virtual void | inPlaceFilter (DataPoints &cloud)=0 |
Apply these filters to a point cloud without copying. 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 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 |
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... | |
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 |
typedef Parametrizable::ParametersDoc GestaltDataPointsFilter< T >::ParametersDoc |
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.
|
inlinevirtual |
|
inlinestatic |
|
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.
|
inlinestatic |
|
virtual |
Definition at line 79 of file Gestalt.cpp.
|
protected |
Definition at line 343 of file Gestalt.cpp.
|
virtual |
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 |