Commit Graph

665 Commits

Author SHA1 Message Date
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
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
419e9e7af4 Removed errors from output when config entries are missing 2015-03-28 16:26:33 -04:00
Matt Hill
d326227e65 Added prewarp stretch 2015-03-28 16:11:17 -04:00
Matt Hill
96135dfc56 Added prewarp to ALPR analysis 2015-03-28 13:13:38 -04:00
Matt Hill
7dc085df70 Reusing expandRect function to verify bounds of rectangle 2015-03-28 13:11:40 -04:00
Matthew Hill
a455159c08 Merge pull request #94 from LordF/patch-2
Eliminate false positives
2015-03-26 10:29:38 -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
Matthew Hill
8941ff8da5 Merge pull request #89 from ddobrev/master
Added an overload to the C# binding for reading plates from a video.
2015-03-21 17:53:32 -04:00
Matt Hill
19d0e55727 Fixed compile issue on Windows 2015-03-21 17:51:20 -04:00
Matt Hill
196d8a0cf0 Fixed compile issue on Windows 2015-03-21 17:51:07 -04:00
Dimitar Dobrev
255190b16c Added an overload to the C# binding for reading plates from a video.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
2015-03-21 22:11:05 +02:00
Matt Hill
de952119c5 Added debug output for multiline plates 2015-03-21 11:51:10 -04:00
Matthew Hill
fb7c039473 Added OS X instructions 2015-03-21 11:38:04 -04:00
Matt Hill
971960d7e2 Updated header file 2015-03-21 10:27:30 -04:00
Matt Hill
d2f946b936 Merge branch 'patch-1' of git://github.com/LordF/openalpr into lordf3 2015-03-21 10:22:33 -04:00
Matt Hill
d9183da290 Replaced inttypes.h with stdint.h for Windows compatibility 2015-03-21 09:43:22 -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
f5b795ebe3 Added debug detector config option 2015-03-18 19:00:30 -04:00
Matt Hill
c25bdf773e Using detector mode in detectorfactory 2015-03-18 19:00:30 -04:00
Matt Hill
27b665fe0a Added detectormorph to main compile 2015-03-18 19:00:30 -04:00
Matt Hill
c46bd446f2 Replaced GPU config mode option with detector 2015-03-18 19:00:30 -04:00
Matt Hill
51c0cf8eb2 Fixed pattern error message when no pattern provided 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
147470cf50 Added warning if pattern is invalid 2015-03-17 23:11:56 -04:00
Matt Hill
c1243e8dc1 Added function to determine if a given pattern name (e.g., "mo") is valid 2015-03-17 23:11:24 -04:00
Matt Hill
bb497f011f Added number plate patterns for European countries 2015-03-17 22:57:31 -04:00
Matt Hill
f98a501c02 Using explicity bit-length for longs to prevent overflow 2015-03-17 00:22:02 -04:00
Matt Hill
8aded3b750 Resolves 32-bit long overflow on non-64 bit architectures 2015-03-17 00:00:04 -04:00
Matt Hill
a5bfbca1ae Changed binarization to use integral types. Improves thresholding speed by 2x 2015-03-16 23:13:53 -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
Matthew Hill
f20aa0b6c8 Added links to windows binaries 2015-03-13 00:29:38 -04:00
Matt Hill
5afe120a7a Incremented version 2015-03-12 23:50:49 -04:00
Matt Hill
7c13a470f5 Updated changelog 2015-03-12 23:50:49 -04:00
Matt Hill
56b60eb68b Removed Compile GPU from deb package compile 2015-03-12 23:41:27 -04: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
4e2efcc965 Added arguments to Java test program 2015-03-12 19:41:45 -04:00