|
#include <armarx/navigation/algorithms/smoothing/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 56 of file ChainApproximation.h.
Definition at line 63 of file ChainApproximation.h.
Definition at line 62 of file ChainApproximation.h.
using Point = Eigen::Vector2f |
Definition at line 59 of file ChainApproximation.h.
Definition at line 60 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 172 of file ChainApproximation.cpp.