Commit f07a00cf authored by lluisgomez's avatar lluisgomez

remove trailing whitespace

parent 4092d2ef
...@@ -20,7 +20,8 @@ pathname = os.path.dirname(sys.argv[0]) ...@@ -20,7 +20,8 @@ pathname = os.path.dirname(sys.argv[0])
img = cv2.imread(str(sys.argv[1])) img = cv2.imread(str(sys.argv[1]))
vis = img.copy() # for visualization # for visualization
vis = img.copy()
# Extract channels to be processed individually # Extract channels to be processed individually
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment