Template Function SimplifyLine::SimplifyRadialDist¶
Defined in File SimplifyLine.hpp
Function Documentation¶
-
template<typename
T
, intdim
>
Matrix<T>SimplifyLine
::
SimplifyRadialDist
(const Matrix<T> &points, T max_distance)¶ Will perform simple radial distance simplification on a line.
- Return
Matrix<T> The simplified line
- Template Parameters
T
:dim
: The dimesion of the line, 2D or 3D
- Parameters
points
: Matrix of 2D or 3D pointsmax_distance
: Maximum distance of point on line