Commit Graph

905 Commits

Author SHA1 Message Date
Matt Hill
4b834104af Removed unused variable and comments 2016-03-05 15:42:18 -05:00
SunAriesCN
6ff0a258aa remove the variables unused
Though I'm not understand why codes about the SCORING_LINE_CONFIDENCE_WEIGHT in 270th line have been disable,  nor the bad results I get when I tryed to enable this line, I know codes shoulld be clean. (^ - ^ ) Y
2016-03-02 14:41:53 +08:00
SunAriesCN
dd347377e8 remove unused local variable
remove unused local variable
2016-03-01 12:09:10 +08:00
Matt Hill
782a90ca8d Merged Python binding changes. Incremented version 2016-02-28 13:39:23 -05:00
Matt Hill
7fc6978fc9 Added compile toggle for statedetection library 2016-02-25 22:15:06 -05:00
Matt Hill
0fc32038b1 Updated Python gitignore 2016-02-25 22:15:06 -05:00
SunAriesCN
e381962192 Update platemask.cpp
I just forgot this!
2016-02-23 15:30:48 +08:00
SunAriesCN
8a79f05565 Update platemask.cpp
I think the outer box you want here is from which the outer contour has most of characters inside, rather than just the last outer contours of characters in threshold image as before codes. I study your codes theseday, and would like to share my thought wit you. How can I contact you?
2016-02-19 14:53:35 +08:00
Matt Hill
901a6415f2 Added statedetection to ALPR binary linked libs 2016-02-17 12:07:34 -05:00
Matt Hill
4735b5d89b Added prewarp reset by passing in empty prewarp config 2016-02-17 12:07:34 -05:00
Matthew Hill
b20c7becb5 Merge pull request #282 from SunAriesCN/patch-2
Update Characteranalysis::filterByOuterMask( )
2016-02-16 23:00:08 -05:00
Matt Hill
766e6383ea Exposed setPrewarp function in Python binding 2016-02-16 15:11:52 -05:00
Matt Hill
ceefcea0ea Fixed comment arg for set_country 2016-02-16 15:11:52 -05:00
SunAriesCN
80574041a6 Update Characteranalysis::filterByOuterMask( )
This function may not work without set goodIndices[i] = false first, or the goodIndices vector would be just the same as the orignalindices...
2016-02-16 12:05:10 +08:00
Adi P
f2df3ffd2f fixed daemon crashing
Daemon was crashing when parsing decimal number from string. It didn't check if current processing char is comma while next character is number.
For example if it was parsing 123,4567 it would convert just 123 to number, and the ",456" would stay in num array what causes crashing.
2016-02-15 09:43:14 +01:00
Matt Hill
2baab3da2a Added setPrewarp() function to API. Resolves Issue #199 2016-02-14 16:31:02 -05:00
Matt Hill
b46b7d4c2b Added set_country function to Python bindings 2016-02-14 16:01:13 -05:00
Matt Hill
df7a3491eb Minor tweak to Python comments 2016-02-14 16:00:52 -05:00
Matt Hill
dbb9098cdf Using state_detection_lib variable in misc utilities 2016-02-14 16:00:31 -05:00
Matt Hill
9d6fad0c2e Added unit tests for config 2016-02-14 15:58:17 -05:00
Matt Hill
eb2954e49f Added setCountry function to main API.
This allows the country to be changed without reloading the library and runtime_data
2016-02-14 15:58:04 -05:00
Matt Hill
bc6e49b546 Added preprocessor variables to allow unit tests to run against config/runtime data 2016-02-14 15:54:10 -05:00
Matt Hill
7f89ea7ab2 Parameterized state detection lib 2016-02-14 13:44:31 -05:00
Matt Hill
8eaec3d9d8 Fixed compiler warning by casting to 16-bit int 2016-02-14 13:43:56 -05:00
Matt Hill
dc6d077fad Resolves debian build issue on Hurd 2016-01-31 21:33:37 -05:00
Matt Hill
da4a84360c Hiding Frame: from video output when using JSON output 2016-01-31 21:28:13 -05:00
Matthew Hill
25aa237fe9 Merge pull request #267 from aybassiouny/master
fix waitkey comparisons
2016-01-24 21:54:16 -05:00
Matt Hill
c790cfea56 Incremented version 2016-01-24 15:34:04 -05:00
Ahmed Bassiouny
08d418d3f0 update int keys values for linux.
To be verified Sunday.
2016-01-23 04:43:13 +02:00
Bassiouny
c81863e4da fix waitkey comparisons 2016-01-21 21:39:26 +02:00
Alan Tse
3fde593240 Fixing issue #261 2016-01-20 23:15:45 -08:00
Matt Hill
dd01af3146 Added debug flag to toggle debug options without having to edit config 2016-01-14 21:50:30 -05:00
Matt Hill
857eed4d00 Added missing debug options to on/off function in config 2016-01-14 21:50:07 -05:00
Matt Hill
8f7b991f46 Added copy to grayscale img crop related to issue #247 and #216 2016-01-11 20:22:48 -05:00
Serge Smelov
6d5ab9c651 Fix grayscale images recogntion 2016-01-11 23:26:57 +03:00
Matt Hill
28e366a16c Incremented version 2016-01-06 06:48:46 -05:00
Matt Hill
1b8e640069 Fixed spelling mistakes in comments 2016-01-06 06:45:52 -05:00
Matt Hill
17ce4b776b Removed unit tests that required openalpr to be installed 2016-01-05 20:08:11 -05:00
Matt Hill
78fc18a82e Added return value checking for readlink 2016-01-05 20:08:11 -05:00
Kees-V
6af3051728 Corrections to Windows timing 2016-01-01 18:30:42 +01:00
Matt Hill
65ffa5d560 Removed unnecessary NULL pointer checks per issue #251 2015-12-30 21:15:49 -05:00
Matt Hill
768ab11ecf Removed unsafe call from segfault catcher 2015-12-30 21:11:28 -05:00
Matt Hill
fef9128d14 Combined file info functions 2015-12-23 00:29:14 -05:00
Matt Hill
175e77c8ae Fixed incorrect return code on makedir 2015-12-23 00:21:00 -05:00
Matt Hill
980cc44e09 Added 'make check' 2015-12-22 17:24:46 -05:00
Matt Hill
de03e40c3f Updated catch unit tests library to 1.3.0 2015-12-21 22:49:29 -05:00
Matthew Hill
46fc24b763 Merge pull request #244 from Kees-V/master
Finally getting rid of "OpenCV Error: Assertion failed (0 <= roi.x &&…
2015-12-21 17:12:50 -05:00
Kees-V
19168ae9e5 Finally getting rid of "OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width..." 2015-12-18 12:55:11 +01:00
Matt Hill
12b999a9f7 Incremented version 2015-12-17 06:11:03 -05:00
Matt Hill
2d6bb638ef add pkg-config and use it in cgo - WitzHsiao 2015-12-16 20:55:12 -05:00