We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 807f5e3 + f2b3e5f commit 5b27fb5Copy full SHA for 5b27fb5
samples/python/houghlines.py
@@ -48,7 +48,7 @@
48
pt2 = ( int(x0-1000*(-b)), int(y0-1000*(a)) )
49
cv2.line(cdst, pt1, pt2, (0, 0, 255), 3, cv2.LINE_AA)
50
51
- cv2.imshow("detected lines", cdst)
+ cv2.imshow("detected lines", cdst)
52
53
cv2.imshow("source", src)
54
cv2.waitKey(0)
0 commit comments