Skip to content

Commit 4fa0c95

Browse files
committed
HoughCircles
1 parent 477c5f6 commit 4fa0c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

官方samples/houghcircles.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@
3939
cv2.imshow("detected circles", cimg)
4040

4141
cv2.imshow("source", src)
42+
cv2.moveWindow('source',y=0,x=cimg.shape[1])
4243
cv2.waitKey(0)

0 commit comments

Comments
 (0)