Skip to content
Snippets Groups Projects
Commit 2cdce6c2 authored by Fabien's avatar Fabien
Browse files

Die show in character kon weg

parent e2507c65
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,6 @@ class Character:
self.corners = corners
self.image = image
# Testing purposes
def show(self):
from pylab import imshow, show
imshow(self.data, cmap="gray")
show()
def get_feature_vector(self):
pattern = LocalBinaryPatternizer(self.image)
......
......@@ -31,5 +31,4 @@ from LicensePlate import LicensePlate
plate = LicensePlate("../XML/0000/00991_000000.info") # some xml file from rein
print plate.characters[0].value
#plate.characters[0].show()
\ No newline at end of file
plate.characters[0].image.show()
\ No newline at end of file
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