From a85ce6bbf58da9cf1104644d01e8f0c478a83b6f Mon Sep 17 00:00:00 2001 From: Swar Shah <30533500+viston03@users.noreply.github.com> Date: Thu, 14 Feb 2019 22:16:16 +0530 Subject: [PATCH] Update and rename orientation.py to orientatio.py --- orientation.py => orientatio.py | 1 - 1 file changed, 1 deletion(-) rename orientation.py => orientatio.py (99%) diff --git a/orientation.py b/orientatio.py similarity index 99% rename from orientation.py rename to orientatio.py index c97f04c..0903aeb 100644 --- a/orientation.py +++ b/orientatio.py @@ -30,7 +30,6 @@ def get_line_ends(x, y, tang, block_size, offset=0): def draw_lines((h, w, c), angles, block_size): im = np.empty((h, w, c), np.uint8) - # white background im[:] = 255 for i in xrange(w/block_size):