|
|
#include <armarx/navigation/components/laser_scanner_feature_extraction/ChainApproximation.h>
Public Types | |
| using | ApproximationResult = detail::ApproximationResult |
| using | Params = detail::ChainApproximationParams |
| using | Point = Eigen::Vector2f |
| using | Points = std::vector< Point > |
Public Member Functions | |
| ApproximationResult | approximate () |
| Points | approximatedChain () const |
| ChainApproximation (const Points &points, const Params ¶ms) | |
Definition at line 58 of file ChainApproximation.h.
Definition at line 65 of file ChainApproximation.h.
Definition at line 64 of file ChainApproximation.h.
| using Point = Eigen::Vector2f |
Definition at line 61 of file ChainApproximation.h.
Definition at line 62 of file ChainApproximation.h.
| ChainApproximation | ( | const Points & | points, |
| const Params & | params | ||
| ) |
Definition at line 18 of file ChainApproximation.cpp.
| ChainApproximation::ApproximationResult approximate | ( | ) |
| ChainApproximation::Points approximatedChain | ( | ) | const |
Definition at line 177 of file ChainApproximation.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: