#55 first version of a working Ui
Can only work if given the right parameters, (no safety)
This commit is contained in:
@@ -77,7 +77,11 @@ def findDirection(image, line, column):
|
||||
|
||||
|
||||
def createSequence(image):
|
||||
|
||||
"""
|
||||
Create a sequence of index coordinates from a path matrix
|
||||
:param image: matrix of the path the tool needs to take
|
||||
:return: Array of class coordinates (X , Y)
|
||||
"""
|
||||
width = len(image[0])
|
||||
height = len(image)
|
||||
sequence = []
|
||||
|
||||
Reference in New Issue
Block a user