Commit Graph

1222 Commits

Author SHA1 Message Date
Matthew Hill
e3ec11bc35 Merge pull request #351 from amincheloh/patch-1
update Tesseract OCR url to github
2016-05-22 09:47:00 -04:00
Amin Cheloh
d448095ae9 update Tesseract OCR url to github 2016-05-22 19:45:54 +07:00
Matt Hill
3ca0698d66 Added automatic resize for character tiles in OCR training utility 2016-05-17 23:14:02 -04:00
Matthew Hill
fb31d4e136 Merge pull request #350 from chathurangac/master
Fixing the build issue in OSX
2016-05-17 22:36:04 -04:00
Chathuranga Chandrasekara
cb4bcd3a83 Fixing the build issue in OSX 2016-05-18 07:04:02 +05:30
Matt Hill
822df70d9b Fix for issue #328 2016-05-06 16:46:39 -04:00
Matt Hill
949736f14a Added option to output an image for the calibration utility instead of using the UI 2016-05-06 16:46:39 -04:00
Matthew Hill
206fd9e4aa Merge pull request #341 from nayrnet/master
added alprd.conf option for pattern
2016-05-02 20:05:02 -04:00
Ryan Hunt
4f39f5d66e cleanup logging 2016-05-02 15:48:54 -06:00
Ryan Hunt
6511041bdf added alprd.config option for pattern 2016-05-02 14:55:14 -06:00
Matt Hill
13bd0f1503 Combined webcam logic, minor code reorg 2016-04-24 21:55:51 -04:00
vasylslobodyan
2c1af6fecf Fix for alprd to allow input as /dev/video* where * is a number that corolate to the webcam on the system.
Tested on OSX and Debian system (Ubuntu and RPI).
2016-04-22 09:29:41 +01:00
Matt Hill
2a5ee93e46 Added korean 2-line plate data 2016-04-12 00:24:59 -04:00
Matt Hill
4871b0e5ad Removed minor efficiency addition that broke 2-line plates 2016-04-12 00:24:59 -04:00
Matt Hill
ec7277056a modification to alprd install doc 2016-04-12 00:24:59 -04:00
Matt Hill
8877f085b0 Peeling off folder (if provided) in utility function 2016-04-12 00:24:59 -04:00
Matt Hill
4f0e436b34 Disable detector mask if mask image is empty 2016-04-12 00:24:59 -04:00
Matthew Hill
d94ac120af Update README.md 2016-04-10 00:54:52 -04:00
Matt Hill
1315e34176 Made binarizefontsheet utility ignore whitespace 2016-03-27 14:59:03 -04:00
Matt Hill
d09ace9ad2 Showing current number of characters on binarize font sheet error message 2016-03-27 14:38:53 -04:00
Matt Hill
08706c87a8 Added debug flag to binarizefontsheet 2016-03-27 14:38:37 -04:00
Matt Hill
993c0c279e Removing prewarp for detection scan area. Already handled by calculating the area on every resize 2016-03-27 13:52:07 -04:00
Matt Hill
53dda59829 Added setMask function to main ALPR API 2016-03-27 13:49:13 -04:00
Matt Hill
ac4ff70e96 Fixed indent 2016-03-27 13:48:58 -04:00
Matt Hill
063596f2bc Removed unused function in alpr_impl 2016-03-27 13:48:51 -04:00
Matt Hill
350c871aa6 Always resizing the detection mask to match the input image 2016-03-27 13:48:25 -04:00
Matt Hill
68ec0022f9 Fixed region_is_masked function to correctly respond if region is masked 2016-03-27 13:46:49 -04:00
Matt Hill
306df68f3a Checking detection region against mask before allowing it through 2016-03-27 13:46:01 -04:00
Matt Hill
493155a37a Using unsigned int for loop 2016-03-27 13:45:09 -04:00
Matt Hill
677dc4667d Replace CMAKE_INSTALL_PREFIX from default config if it hasn't been swapped out by CMAKE 2016-03-25 09:12:24 -04:00
Matt Hill
747acb6d96 Allow main config file to be missing, as long as default is available 2016-03-25 09:12:05 -04:00
Matt Hill
510b39ceb6 Updated debian config with new default config files 2016-03-21 17:15:37 -04:00
Matt Hill
786cebf137 Added missing debug_prewarp option to config 2016-03-21 17:05:04 -04:00
Matt Hill
86c8bf0c51 updated config file location in unit tests 2016-03-21 17:04:46 -04:00
Matt Hill
95a0108bd8 Using a default alprd.conf file with an override in /etc/openalpr/alprd.conf 2016-03-21 16:51:55 -04:00
Matt Hill
4504921c14 Refactored openalpr.conf to use a default config file and allow an override
in /etc/openalpr/openalpr.conf.  
This makes upgrades easier, since the package can maintain the default config 
without overriding user settings
2016-03-21 16:50:20 -04:00
Matt Hill
41991a3d8d Added constructor argument to functions hidden by preprocessor 2016-03-21 13:40:26 -04:00
Matt Hill
431be0cc5a Added debug image when a detection mask is used 2016-03-21 11:56:47 -04:00
Matt Hill
ea96265d38 Using ROIs that have been run through prewarp 2016-03-21 11:56:24 -04:00
Matt Hill
090fcb6601 Use canny pruning for OCL detector 2016-03-21 11:55:50 -04:00
Matt Hill
de51cd2995 Fixed benchmark utilities to operate with updated detection interface 2016-03-14 23:03:34 -04: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
3096fa0da2 Split out projectRect function in prewarp 2016-03-14 22:28:22 -04:00
Matt Hill
c1018cb1ad Added toString function to prewarp 2016-03-14 22:28:08 -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
de325d02df Including detectormask in compile 2016-03-14 22:27:04 -04:00
Matt Hill
7db326522c Moved prewarp initialization higher, initializing detector with prewarp 2016-03-14 22:26:49 -04:00
Matt Hill
9b27f5084e Updated detector API to pass in prewarp pointer 2016-03-14 22:26:18 -04:00
Matt Hill
8ace033746 Added seperate detector_types header 2016-03-14 22:25:22 -04:00