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):