#include <OutlierFiltersImpl.h>

| Public Member Functions | |
| virtual OutlierWeights | compute (const DataPoints &filteredReading, const DataPoints &filteredReference, const Matches &input) | 
| Detect outliers using features.  More... | |
| Matrix | computePointToPlaneDistance (const DataPoints &filteredReading, const DataPoints &filteredReference, const Matches &input) | 
| RobustOutlierFilter (const Parameters ¶ms=Parameters()) | |
| RobustOutlierFilter (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) | |
|  Public Member Functions inherited from PointMatcher< T >::OutlierFilter | |
| OutlierFilter () | |
| Construct without parameter.  More... | |
| OutlierFilter (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) | |
| Construct with parameters.  More... | |
| virtual | ~OutlierFilter () | 
| 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... | |
| template<typename T > | |
| std::vector< T > | getVector (const std::string ¶mName) | 
| Return the value of paramName, lexically-casted std::vector<S>  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... | |
| Protected Types | |
| enum | RobustFctId { Cauchy =0, Welsch =1, SwitchableConstraint =2, GM =3, Tukey =4, Huber =5, L1 =6, Student =7 } | 
| typedef std::map< std::string, RobustFctId > | RobustFctMap | 
| Protected Member Functions | |
| virtual void | resolveEstimatorName () | 
| virtual OutlierWeights | robustFiltering (const DataPoints &filteredReading, const DataPoints &filteredReference, const Matches &input) | 
| Protected Attributes | |
| T | berg_target_scale | 
| const std::string | distanceType | 
| int | iteration | 
| const int | nbIterationForScale | 
| int | robustFctId | 
| const std::string | robustFctName | 
| T | scale | 
| const std::string | scaleEstimator | 
| const T | squaredApproximation | 
| T | tuning | 
| Static Protected Attributes | |
| static RobustFctMap | robustFcts | 
| Additional Inherited Members | |
|  Public Types inherited from PointMatcherSupport::Parametrizable | |
| typedef bool(* | LexicalComparison) (std::string a, std::string b) | 
| A function that returns whether a is smaller than b.  More... | |
| typedef std::string | Parameter | 
| alias  More... | |
| typedef std::map< std::string, Parameter > | Parameters | 
| Parameters stored as a map of string->string.  More... | |
| typedef std::vector< ParameterDoc > | ParametersDoc | 
| The documentation of all parameters.  More... | |
| typedef std::set< std::string > | ParametersUsed | 
| Parameters whose value has been read.  More... | |
|  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 223 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 262 of file OutlierFiltersImpl.h.
| 
 | protected | 
| Enumerator | |
|---|---|
| Cauchy | |
| Welsch | |
| SwitchableConstraint | |
| GM | |
| Tukey | |
| Huber | |
| L1 | |
| Student | |
Definition at line 252 of file OutlierFiltersImpl.h.
| OutlierFiltersImpl< T >::RobustOutlierFilter::RobustOutlierFilter | ( | const std::string & | className, | 
| const ParametersDoc | paramsDoc, | ||
| const Parameters & | params | ||
| ) | 
Definition at line 402 of file OutlierFiltersImpl.cpp.
| OutlierFiltersImpl< T >::RobustOutlierFilter::RobustOutlierFilter | ( | const Parameters & | params = Parameters() | ) | 
Definition at line 446 of file OutlierFiltersImpl.cpp.
| 
 | inlinestatic | 
Definition at line 230 of file OutlierFiltersImpl.h.
| 
 | virtual | 
Detect outliers using features.
Implements PointMatcher< T >::OutlierFilter.
Definition at line 462 of file OutlierFiltersImpl.cpp.
| PointMatcher< T >::Matrix OutlierFiltersImpl< T >::RobustOutlierFilter::computePointToPlaneDistance | ( | const DataPoints & | filteredReading, | 
| const DataPoints & | filteredReference, | ||
| const Matches & | input | ||
| ) | 
Definition at line 474 of file OutlierFiltersImpl.cpp.
| 
 | inlinestatic | 
Definition at line 226 of file OutlierFiltersImpl.h.
| 
 | protectedvirtual | 
Definition at line 453 of file OutlierFiltersImpl.cpp.
| 
 | protectedvirtual | 
Definition at line 510 of file OutlierFiltersImpl.cpp.
| 
 | protected | 
Definition at line 273 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 269 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 271 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 268 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 270 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 264 of file OutlierFiltersImpl.h.
| 
 | staticprotected | 
Definition at line 263 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 272 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 267 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 266 of file OutlierFiltersImpl.h.
| 
 | protected | 
Definition at line 265 of file OutlierFiltersImpl.h.