Matt Hill
|
c18d76bbdc
|
Added line adjustment for text lines. Lines would be cut short when the plate crop got transformed
|
2015-05-30 10:16:56 -04:00 |
|
Matt Hill
|
bc0c569f39
|
Updated copyrights to 2015
|
2015-01-06 08:23:03 -05:00 |
|
Matt Hill
|
beea8923f6
|
Replaced "uint" (platform specific) with "unsigned int" (universal)
|
2014-11-01 10:43:43 -04:00 |
|
Matt Hill
|
85f52a6b8c
|
Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60.
|
2014-10-27 20:12:57 -04:00 |
|
Matt Hill
|
a9f7a3af72
|
Tweaked the line height to be slightly smaller
|
2014-10-26 14:24:36 -04:00 |
|
Matt Hill
|
a691d8a6fe
|
Using a perspective transformation on CharAnalysis instead of redoing the whole process during segmentation. Much faster and seems slightly more accurate -- will need to benchmark.
|
2014-10-19 19:07:00 -04:00 |
|
Matt Hill
|
f122eee12d
|
Added angle to TextLine
|
2014-10-19 15:54:04 -04:00 |
|
Matt Hill
|
2ac6337342
|
Added logic to LineFinder to find both lines for multiline plates
|
2014-10-18 20:13:30 -04:00 |
|
Matt Hill
|
8e83e43ecb
|
Moved more data members to textline
|
2014-10-13 22:43:55 -04:00 |
|
Matt Hill
|
97518ecd89
|
Moved polygon logic to textline
|
2014-10-13 18:19:12 -04:00 |
|
Matt Hill
|
c156e8900e
|
Refactored characteranalysis. Using TextLine class to hold character info. Needed for multiline char support
|
2014-10-10 20:21:41 -04:00 |
|