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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user