Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
licenseplates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
licenseplates
Commits
7135d235
Commit
7135d235
authored
Dec 02, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:taddeus/licenseplates
parents
51bf48ba
2cdce6c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
src/Character.py
src/Character.py
+0
-6
src/license_xml_tester.py
src/license_xml_tester.py
+1
-2
No files found.
src/Character.py
View file @
7135d235
...
...
@@ -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
)
...
...
src/license_xml_tester.py
View file @
7135d235
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment