Skip to content

Commit 5b27fb5

Browse files
committed
Merge pull request opencv#10163 from windhw:patch-1
2 parents 807f5e3 + f2b3e5f commit 5b27fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/houghlines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
pt2 = ( int(x0-1000*(-b)), int(y0-1000*(a)) )
4949
cv2.line(cdst, pt1, pt2, (0, 0, 255), 3, cv2.LINE_AA)
5050

51-
cv2.imshow("detected lines", cdst)
51+
cv2.imshow("detected lines", cdst)
5252

5353
cv2.imshow("source", src)
5454
cv2.waitKey(0)

0 commit comments

Comments
 (0)