#include <RemoveSensorBias.h>

| Classes | |
| struct | SensorParameters | 
| 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... | |
| RemoveSensorBiasDataPointsFilter (const Parameters ¶ms=Parameters()) | |
|  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... | |
| Private Types | |
| enum | SensorType : int { LMS_1XX =0, HDL_32E =1 } | 
| Private Member Functions | |
| double | diffDist (const double depth, const T theta, const double aperture) const | 
| std::array< double, 4 > | getCoefficients (const double depth, const T theta, const double aperture) const | 
| double | ratioCurvature (const double depth, const T theta, const double aperture) const | 
| Private Attributes | |
| const T | angleThreshold | 
| const SensorType | sensorType | 
| Static Private Attributes | |
| static constexpr double | c = 299792458.0 | 
| static constexpr double | lambda_light = 905e-9 | 
| static constexpr double | pulse_intensity = 0.39 | 
| static constexpr double | tau = 50e-9 | 
| Additional Inherited Members | |
|  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... | |
Definition at line 41 of file RemoveSensorBias.h.
| typedef PM::DataPoints RemoveSensorBiasDataPointsFilter< T >::DataPoints | 
Definition at line 51 of file RemoveSensorBias.h.
| typedef PM::DataPointsFilter RemoveSensorBiasDataPointsFilter< T >::DataPointsFilter | 
Definition at line 52 of file RemoveSensorBias.h.
| typedef DataPoints::InvalidField RemoveSensorBiasDataPointsFilter< T >::InvalidField | 
Definition at line 56 of file RemoveSensorBias.h.
| typedef Parametrizable::InvalidParameter RemoveSensorBiasDataPointsFilter< T >::InvalidParameter | 
Definition at line 48 of file RemoveSensorBias.h.
| typedef PM::Matrix RemoveSensorBiasDataPointsFilter< T >::Matrix | 
Definition at line 53 of file RemoveSensorBias.h.
| typedef PointMatcherSupport::Parametrizable RemoveSensorBiasDataPointsFilter< T >::P | 
Definition at line 44 of file RemoveSensorBias.h.
| typedef Parametrizable::ParameterDoc RemoveSensorBiasDataPointsFilter< T >::ParameterDoc | 
Definition at line 46 of file RemoveSensorBias.h.
| typedef Parametrizable::Parameters RemoveSensorBiasDataPointsFilter< T >::Parameters | 
Definition at line 45 of file RemoveSensorBias.h.
| typedef Parametrizable::ParametersDoc RemoveSensorBiasDataPointsFilter< T >::ParametersDoc | 
Definition at line 47 of file RemoveSensorBias.h.
| typedef PointMatcherSupport::Parametrizable RemoveSensorBiasDataPointsFilter< T >::Parametrizable | 
Definition at line 43 of file RemoveSensorBias.h.
| typedef PointMatcher<T> RemoveSensorBiasDataPointsFilter< T >::PM | 
Definition at line 50 of file RemoveSensorBias.h.
| typedef PM::Vector RemoveSensorBiasDataPointsFilter< T >::Vector | 
Definition at line 54 of file RemoveSensorBias.h.
| 
 | private | 
| Enumerator | |
|---|---|
| LMS_1XX | |
| HDL_32E | |
Definition at line 80 of file RemoveSensorBias.h.
| RemoveSensorBiasDataPointsFilter< T >::RemoveSensorBiasDataPointsFilter | ( | const Parameters & | params = Parameters() | ) | 
Definition at line 48 of file RemoveSensorBias.cpp.
| 
 | inlinestatic | 
Definition at line 67 of file RemoveSensorBias.h.
| 
 | inlinestatic | 
Definition at line 58 of file RemoveSensorBias.h.
| 
 | private | 
Definition at line 156 of file RemoveSensorBias.cpp.
| 
 | virtual | 
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 58 of file RemoveSensorBias.cpp.
| 
 | private | 
Definition at line 132 of file RemoveSensorBias.cpp.
| 
 | virtual | 
Apply these filters to a point cloud without copying.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 66 of file RemoveSensorBias.cpp.
| 
 | private | 
Definition at line 173 of file RemoveSensorBias.cpp.
| 
 | private | 
Definition at line 100 of file RemoveSensorBias.h.
| 
 | staticconstexprprivate | 
Definition at line 97 of file RemoveSensorBias.h.
| 
 | staticconstexprprivate | 
Definition at line 96 of file RemoveSensorBias.h.
| 
 | staticconstexprprivate | 
Definition at line 95 of file RemoveSensorBias.h.
| 
 | private | 
Definition at line 99 of file RemoveSensorBias.h.
| 
 | staticconstexprprivate | 
Definition at line 94 of file RemoveSensorBias.h.