Open-source automatic number-plate recognition
Stars
68
Forks
19
Watchers
68
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Playing with extracting individual characters from de-skewed plate regions. It's harder than it sounds.
25b93b6View on GitHubUsing the other (nicer) OpenCV API. Some utility functions thrown together in exputil.py, and a connected components module.
dcdc83aView on GitHubChecking in a bunch of work-in-progress stuff before trying out the 'alternative' Python OpenCV API.
c8334b7View on GitHubSecond experiment: Gabor filter. GPLed (yay) C++ (boo) implementation shamelessly borrowed. Filters working, but still need to play with orientations and scaling to see what results can be extracted.
e3aa8e6View on GitHubFirst experiment: really simple region detection using thresholding
7162a53View on GitHub