This commit is contained in:
lvmin 2023-08-10 18:52:03 -07:00
parent 336493292b
commit 6cace22b5a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ def show_preview(flag, img, title=None):
title = flag
cv2.imshow(flag, img)
cv2.setWindowTitle(flag, title)
cv2.setWindowProperty(flag, cv2.WND_PROP_TOPMOST, 1)
cv2.waitKey(1)