|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | pcod_common |
Functions | |
| template<typename T > | |
| constexpr const T & | pcod_common::clamp (const T &value, const T &low, const T &high) |
| template<typename T > | |
| T | pcod_common::scale_score (T score, T old_thresh, T new_thresh) |
| float | pcod_common::wrap_to_range (float val, float min_val, float max_val) |