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

3 lines
157 B
C++
Raw Normal View History

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