//void MyLines() { // Point p1 = Point(20, 30); // Point p2; // p2.x = 400; // p2.y = 400; // Scalar color = Scalar(0, 0, 255); // line(bgImage, p1, p2, color, 1, LINE_AA); //} // //void MyRectangle() { // Rect rect = Rect(200, 100, 300, 300); // Sca…