Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update and rename orientation.py to orientatio.py
  • Loading branch information
viston03 authored Feb 14, 2019
commit a85ce6bbf58da9cf1104644d01e8f0c478a83b6f
1 change: 0 additions & 1 deletion orientation.py → orientatio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down