From f07a00cfae0176f7983b836d24ca7a95da8d73ab Mon Sep 17 00:00:00 2001 From: lluisgomez Date: Tue, 15 Mar 2016 23:12:56 +0100 Subject: [PATCH] remove trailing whitespace --- modules/text/samples/textdetection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/text/samples/textdetection.py b/modules/text/samples/textdetection.py index 193aee3d5..9636a0284 100644 --- a/modules/text/samples/textdetection.py +++ b/modules/text/samples/textdetection.py @@ -20,7 +20,8 @@ pathname = os.path.dirname(sys.argv[0]) img = cv2.imread(str(sys.argv[1])) -vis = img.copy() # for visualization +# for visualization +vis = img.copy() # Extract channels to be processed individually