a few minor fixes in Python samples

This commit is contained in:
Vadim Pisarevsky
2011-07-13 06:19:21 +00:00
parent f098d98908
commit 386f147597
5 changed files with 17 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ from common import Sketcher
help_message = '''USAGE: inpaint.py [<image>]
Keys:
SPACE - update inpaint
r - restore image
SPACE - inpaint
r - reset the inpainting mask
ESC - exit
'''