MyLine 18 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp void MyLine( Mat img, Point start, Point end ); MyLine 61 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp MyLine( rook_image, Point( 0, 15*w/16 ), Point( w, 15*w/16 ) ); MyLine 62 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp MyLine( rook_image, Point( w/4, 7*w/8 ), Point( w/4, w ) ); MyLine 63 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp MyLine( rook_image, Point( w/2, 7*w/8 ), Point( w/2, w ) ); MyLine 64 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp MyLine( rook_image, Point( 3*w/4, 7*w/8 ), Point( 3*w/4, w ) );