T.J. Mercier
|
4123705513
|
Clean up some sloppy include directives
|
2017-07-15 21:57:48 -07:00 |
|
Matt Hill
|
4741299740
|
Reorganized the detection interface to simplify code and reduce boilerplate
|
2016-03-14 23:03:17 -04:00 |
|
Matt Hill
|
a0dff3d2af
|
Integrated mask into detection code
|
2016-03-14 22:28:46 -04:00 |
|
Matt Hill
|
3f6064c672
|
Using CANNY_PRUNING on Cascade to improve efficiency with masked sections
|
2016-03-14 22:27:38 -04:00 |
|
Matt Hill
|
9b27f5084e
|
Updated detector API to pass in prewarp pointer
|
2016-03-14 22:26:18 -04:00 |
|
Matt Hill
|
d4a625b635
|
Added option to reuse detectors across configs
|
2015-10-09 17:51:18 -04:00 |
|
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 |
|
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
|
c04dd4104d
|
Using debugDetector config option in detectors
|
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 |
|
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
|
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
|
740adabf0f
|
Added DetectorCPU class and factory to instantiate it. Updated openalpr to use new class
|
2014-08-21 07:11:11 -04:00 |
|