3 lines
115 B
C
Raw Normal View History

2024-05-11 17:43:38 +08:00
#pragma once
bool LineFit(const std::vector<float> x, const std::vector<float> y, int size, double &k, double &b);