1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #10163 from windhw:patch-1

This commit is contained in:
Alexander Alekhin
2017-11-27 07:56:06 +00:00
+1 -1
View File
@@ -48,7 +48,7 @@ if __name__ == '__main__':
pt2 = ( int(x0-1000*(-b)), int(y0-1000*(a)) )
cv2.line(cdst, pt1, pt2, (0, 0, 255), 3, cv2.LINE_AA)
cv2.imshow("detected lines", cdst)
cv2.imshow("detected lines", cdst)
cv2.imshow("source", src)
cv2.waitKey(0)