Skip to content

Commit 3f14341

Browse files
committed
Change Keymap wording for gray image in curve mode
Instead of being a copy of line 76, line 79 instead correctly indicates that it will show a histogram for a gray image in curve mode, as given by the code block at line 103 referencing image "gray" instead of image "im".
1 parent ca9cbab commit 3f14341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/hist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main():
7676
a - show histogram for color image in curve mode \n
7777
b - show histogram in bin mode \n
7878
c - show equalized histogram (always in bin mode) \n
79-
d - show histogram for color image in curve mode \n
79+
d - show histogram for gray image in curve mode \n
8080
e - show histogram for a normalized image in curve mode \n
8181
Esc - exit \n
8282
''')

0 commit comments

Comments
 (0)