Commit Graph

17 Commits

Author SHA1 Message Date
Matt Hill
85f52a6b8c Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60. 2014-10-27 20:12:57 -04:00
Matt Hill
e6d7226a0b Removed characterregion class.
This was just serving as a pass-through after recent changes
2014-10-25 15:29:24 -04:00
Matt Hill
d48a41da49 Do not add lines with no valid characters 2014-10-20 20:25:39 -04:00
Matt Hill
cc4f72ff23 Removed misc debugging cout statements 2014-10-19 21:01:16 -04:00
Matt Hill
7038d0b9e5 Removed modal image drawing (used for debugging) 2014-10-19 20:55:28 -04:00
Matt Hill
2a9c0de2e3 Sorting TextLines from top to bottom vertically 2014-10-19 20:27:49 -04:00
Matt Hill
8c6cd5723d Using filter between lines before adding to TextLine array 2014-10-19 19:39:57 -04:00
Matt Hill
d2bfebe443 Added multiline support in plate corner detector 2014-10-19 15:54:59 -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
4bfef05b9a Added LineFinder class to help find text lines in plate images 2014-10-16 21:47:01 -04:00
Matt Hill
1ce39c3f1f Added config attribute for multi-line plates 2014-10-16 21:45:56 -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
Matt Hill
d55e66d665 Refactored CharacterAnalysis code to use a class that wraps the raw Contour data 2014-10-09 23:23:22 -04:00
Matt Hill
add77f6b0c Split up the plate mask code into its own class 2014-10-09 20:46:26 -04:00
Matt Hill
945354e75d Moved character analysis to text detection folder 2014-10-08 09:42:35 -04:00