Go to the source code of this file.
Namespaces | |
namespace | pcl |
namespace | pcl::ihs |
Functions | |
template<class T > | |
T | pcl::ihs::clamp (const T value, const T min, const T max) |
Clamp the value to the given range. All values smaller than min are set to min and all values bigger than max are set to max. |