Skip to content
Snippets Groups Projects
Commit 974d9924 authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Added message to last commit: Added sort and check if sorted functions to licenseplate.

parent 6061a74d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class LicensePlate:
return x0 < x1 and y1 < y2 and x2 > x3 and y3 > y0
def sort_corners(corners):
'''Sort the corners clockwise, starting in the left-top corner.'''
'''Sort the corners clockwise, starting in the left-top corner. '''
tuples = []
output = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment