We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477c5f6 commit 4fa0c95Copy full SHA for 4fa0c95
官方samples/houghcircles.py
@@ -39,4 +39,5 @@
39
cv2.imshow("detected circles", cimg)
40
41
cv2.imshow("source", src)
42
+ cv2.moveWindow('source',y=0,x=cimg.shape[1])
43
cv2.waitKey(0)
0 commit comments