GrpcPrint/PrintC/utils/LineFit.h
2024-04-01 18:26:14 +08:00

3 lines
115 B
C++

#pragma once
bool LineFit(const std::vector<float> x, const std::vector<float> y, int size, double &k, double &b);