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