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

Made GetPlateTest comply to the 80 char limit.

parent 34d11f9d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,10 @@ from GrayscaleImage import GrayscaleImage
from Point import Point
# Define the corners of the licenseplate
points = [Point(None, (310, 383)), Point(None, (382, 381)), Point(None, (382, 396)), Point(None, (310, 398))]
points = [Point(None, (310, 383)), \
Point(None, (382, 381)), \
Point(None, (382, 396)), \
Point(None, (310, 398))]
# Get the image
image = GrayscaleImage('../images/test_plate.png')
......
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