Commit Graph

28 Commits

Author SHA1 Message Date
Frederico Lopes
db4ee4889f Update detectormorph.cpp
New enhancements to better filter out false positives
2015-03-18 21:53:21 -03:00
Matt Hill
838997925a Fixed a crash caused by detected regions that were beyond the beyond of the image 2015-03-18 19:00:31 -04:00
Matt Hill
fb3c93a162 Changed indents to be consistent 2015-03-18 19:00:31 -04:00
Matt Hill
c04dd4104d Using debugDetector config option in detectors 2015-03-18 19:00:30 -04:00
Matt Hill
c25bdf773e Using detector mode in detectorfactory 2015-03-18 19:00:30 -04:00
LordF
b0a858cf68 Update and rename src/openalpr/detection to src/openalpr/detection/detectormorph.h 2015-03-18 19:00:30 -04:00
LordF
e74fb5f359 Update detectormorph.cpp 2015-03-18 19:00:30 -04:00
LordF
52cdd397af Update detectormorph.cpp 2015-03-18 19:00:30 -04:00
LordF
7c90a599f0 Update detectormorph.cpp 2015-03-18 19:00:30 -04:00
LordF
19ef04e7b1 Update and rename src/openalpr/detection to src/openalpr/detection/detectormorph.cpp 2015-03-18 19:00:30 -04:00
Matt Hill
39c4756ce7 Changed Linux timestamp behavior. Explicitly using CLOCK_MONOTONIC_RAW and CLOCK_REALTIME 2015-03-16 23:13:06 -04:00
Matt Hill
f7ed84d5db Fixed GPU compile flag 2015-03-13 23:46:40 -04:00
Matthew Hill
0c3dfe56e4 Fixed GPU compile flag 2015-03-14 03:41:12 +00:00
Matt Hill
7f693373d5 Fixed GPU compile flag 2015-03-12 22:58:02 -04:00
Matt Hill
27a2ae7145 Fixed DetectorCUDA compile issue on Windows 2015-03-12 22:56:45 -04:00
Matt Hill
5e03e5b02f Turning off compilation for GPU detector by default.
Compiler flag can be used to re-enable it
2015-03-11 20:40:55 -04:00
Matt Hill
6033e35775 Added CUDA GPU support to detector 2015-03-08 10:25:30 -04:00
twelve17
97966fb8a6 Detect and use source grayscale mat if applicable. 2015-01-06 14:36:24 +00:00
Matt Hill
bc0c569f39 Updated copyrights to 2015 2015-01-06 08:23:03 -05:00
Matt Hill
a8efb5d5f3 Updated detector private functions to use offset 2014-12-06 17:30:00 -05:00
Matt Hill
6eacec7750 Added detector support for regionsofinterest 2014-12-06 17:22:01 -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
f05c07d2b7 Updated copyright to 2014 2014-10-04 22:45:52 -04:00
Matt Hill
1801733061 Fixed compiler warnings (signed/unsigned comparisons, unused variables) 2014-08-28 21:57:10 -04:00
Matt Hill
583e85c036 Moved detectorfactory implementation to its own source 2014-08-26 21:49:08 -04:00
Matt Hill
740adabf0f Added DetectorCPU class and factory to instantiate it. Updated openalpr to use new class 2014-08-21 07:11:11 -04:00
Matt Hill
74bbdc0c5b Moved detection to its own folder 2014-08-21 07:10:04 -04:00