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