tracking-parametrisation-tuner/parameterisations/result/hough_histogram_binning_params.hpp

4 lines
158 B
C++
Raw Normal View History

2023-12-19 13:00:59 +01:00
// p[0] + p[1] * x / (1 + p[2] * abs(x)) for nBins = 1152
constexpr auto p =
std::array{576.9713937732083f, 0.5780266207743059f, 0.0006728484590464921f};