78 #include <pcl/common/impl/piecewise_linear_function.hpp>
This provides functionalities to efficiently return values for piecewise linear function.
std::vector< float > & getDataPoints()
Get the list of known data points.
std::vector< float > data_points_
float getValue(float point) const
Get the value of the function at the given point.
PiecewiseLinearFunction(float factor, float offset)
Constructor.