Commit Graph

14 Commits

Author SHA1 Message Date
Matt Hill
7a78d4a214 Removed unused confidence values and replaced with a disqualify boolean
The disqualify reason is purely for debugging.  This should help make it obvious why a plate candidate was rejected
2015-07-04 19:31:45 -04:00
Peter Rekdal Sunde
5f7628c82c c++03 does not support delegating constructors, fallback to init pattern 2015-04-16 18:42:22 +02:00
Peter Rekdal Sunde
6e204e925b Bugfix: Private member has not been initialized, use parameter instead. Fixes #103 2015-04-16 17:13:57 +02:00
Matt Hill
96135dfc56 Added prewarp to ALPR analysis 2015-03-28 13:13:38 -04:00
twelve17
97966fb8a6 Detect and use source grayscale mat if applicable. 2015-01-06 14:36:24 +00: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
dc65be8c32 Fixed state identification missing from output 2014-10-23 18:24:29 -04:00
Matt Hill
1801733061 Fixed compiler warnings (signed/unsigned comparisons, unused variables) 2014-08-28 21:57:10 -04:00
Matt Hill
717f1f0e7e Remove thresholds when pipeline_data goes out of scope 2014-07-01 19:00:15 -04:00
Matt Hill
7e12ca1500 Rearranged threshold data to be contained in pipeline_data 2014-07-01 18:52:53 -04:00
Matt Hill
a0af4093d6 Added pipeline_data to character analaysis and character segmentation 2014-07-01 18:26:01 -04:00
Matt Hill
092e1bb3d5 Updated pipeline.cpp to compile 2014-07-01 17:19:16 -04:00
Matt Hill
a52fa6d5f9 Added pipeline_data class 2014-07-01 14:15:08 -04:00