GrpcPrint/PrintC/utils/LineFit.h

3 lines
115 B
C
Raw Normal View History

2024-04-01 18:26:14 +08:00
#pragma once
bool LineFit(const std::vector<float> x, const std::vector<float> y, int size, double &k, double &b);