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

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2025-07-17 18:23:51 +03:00
140 changed files with 2891 additions and 1208 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def main():
cv.imshow('original', img)
modes = cycle(['erode/dilate', 'open/close', 'blackhat/tophat', 'gradient'])
str_modes = cycle(['ellipse', 'rect', 'cross'])
str_modes = cycle(['ellipse', 'rect', 'cross', 'diamond'])
cur_mode = next(modes)
cur_str_mode = next(str_modes)