From 3f14341629c59c7fbd08e29df5e93edbe6f34a11 Mon Sep 17 00:00:00 2001 From: Ixarias Date: Mon, 25 Jan 2021 13:34:57 -0600 Subject: [PATCH] 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". --- samples/python/hist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/hist.py b/samples/python/hist.py index 4e73f0bc65..4c2c1ad395 100755 --- a/samples/python/hist.py +++ b/samples/python/hist.py @@ -76,7 +76,7 @@ def main(): a - show histogram for color image in curve mode \n b - show histogram in bin mode \n c - show equalized histogram (always in bin mode) \n - d - show histogram for color image in curve mode \n + d - show histogram for gray image in curve mode \n e - show histogram for a normalized image in curve mode \n Esc - exit \n ''') -- GitLab