Commit Graph

42 Commits

Author SHA1 Message Date
Matt Hill
6308048d84 Updated copyright 2015-07-02 14:23:16 -04:00
Matt Hill
d48119e7af Added sanity check to LBP detector 2015-05-15 05:54:17 -04:00
Matt Hill
f66a1dfd56 Fixed issue where detected region has a negative width/height 2015-05-15 05:37:10 -04:00
Matt Hill
a8499e3d0d Ensure detection rectangle is always within image frame bounds 2015-05-08 07:43:52 -04:00
Roberto Carvajal
72d4e89658 fixes assertion in morph detector 2015-05-06 13:09:35 -03:00
Roberto Carvajal
b6469f5326 fixed assertion in gpu detector 2015-04-30 16:17:31 -03:00
Matt Hill
72b5af130e Fixed sticky scale factor for images of different sizes 2015-04-28 06:00:58 -04:00
Matt Hill
081863faff Fix bug in CPU detector when provided an already grayscale image[C 2015-04-08 17:41:25 -04:00
Matt Hill
1b27ad3d83 Merge branch 'master' of github.com:openalpr/openalpr 2015-03-29 14:00:23 -04:00
Matt Hill
7dc085df70 Reusing expandRect function to verify bounds of rectangle 2015-03-28 13:11:40 -04:00
Frederico Lopes
69a8282580 Eliminate false positives
The routine was incorrectly returning too many garbage rects.
2015-03-25 13:07:36 -03:00
Matt Hill
971960d7e2 Updated header file 2015-03-21 10:27:30 -04:00
Frederico Lopes
473c4a5879 Update detectormorph.cpp
cosmetic fixes
2015-03-18 22:14:16 -03:00
Frederico Lopes
64b6642b3a Update detectormorph.cpp 2015-03-18 22:01:22 -03:00
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