绘制直线 函数介绍 绘制直线我们用到Cv2.Line函数 我们来看下这个函数都有哪些参数 public static void Line(InputOutputArray img, Point pt1, Point pt2, Scalar color, int thickness = 1,