Matt Hill
efe79db062
Case insensitive file match for alpr (matches .jpg and .JPEG)
2014-05-19 22:51:15 -05:00
Matt Hill
765a41685d
Added .mjpg and .mjpeg file types to video list
2014-05-19 22:30:22 -05:00
Matt Hill
b32b662b19
Moved using statements out of headers and into cpp
2014-05-19 22:14:27 -05:00
Matt Hill
be061ad452
Added runtime data dir parameter
...
just in case it's not possible to configure the runtime directory via config file (i.e., if the location is only known at runtime)
2014-05-19 19:41:48 -05:00
Matt Hill
0e1d0aae8b
Added warning when using different version of Tesseract
2014-05-18 17:11:16 -05:00
Matt Hill
47c710859d
Merge branch 'tesseract303'
2014-05-18 16:45:27 -05:00
Matt Hill
5333b8628c
Added better support for mjpeg.
...
When an http:// or https:// URL is provided, assume MJPEG and pass the correct values into OpenCV
Added a VideoBuffer class that pulls the latest images in a background thread.
2014-05-18 16:35:38 -05:00
Matt Hill
0751720d95
Added startsWith function
2014-05-18 12:49:56 -05:00
Matt Hill
d2bee35fa9
Moved tinythread out of openalpr main and into the support library
2014-05-18 12:49:09 -05:00
Matt Hill
ef2b9e3e52
Added gitattributes. Export ignores certain files
2014-05-11 14:19:47 -05:00
Matt Hill
ba83f60e21
Removed "exit" function call from CmdLine code. Now returning out of main.
2014-05-11 11:51:09 -05:00
Matt Hill
5fcfaaaf71
Added name to cpack
2014-05-11 11:43:23 -05:00
Matt Hill
c365c12041
Added strip option to cpack
2014-05-11 11:37:55 -05:00
Matt Hill
a756c6f1a5
Just use major version for shared library rather than full version
2014-05-11 11:29:19 -05:00
Matt Hill
3ab40db077
Updated CMakeLists to point to alpr man page
2014-05-11 11:28:36 -05:00
Matt Hill
cdb7f3a713
Renamed man page to match command line executable
2014-05-11 11:07:52 -05:00
Matt Hill
6276d8ec31
Replaced hyphen with minus (\-) in man page
2014-05-11 11:07:22 -05:00
Matt Hill
d7d430714f
Moved openalpr.conf to its own directory
2014-05-10 13:13:30 -05:00
Matt Hill
840be33b65
Merge branch 'tesseract303' of github.com:openalpr/openalpr into tesseract303
2014-05-10 11:58:18 -05:00
Matt Hill
58f4e453cd
Added man page
2014-05-10 11:56:37 -05:00
Matt Hill
bd09c78840
updated gitignore
2014-05-10 09:53:51 -05:00
Matt Hill
66febb8ca8
Changed library to point to a config file rather than runtime dir
...
runtime dir location is specified in the config file
2014-05-10 09:50:52 -05:00
Matt Hill
659b8a97c8
Changed 'automated' to 'automatic'
2014-05-10 09:46:58 -05:00
mhill
d6778b9e8c
Updated ocr.h to point to tesseract/baseapi.h
2014-05-09 18:23:46 -05:00
Matt Hill
cbfa90fc84
Updated code for Tesseract 3.0.3
2014-05-09 18:20:19 -05:00
Matt Hill
bab899f4fe
Merge branch 'master' into tesseract303
...
Conflicts:
src/openalpr/CMakeLists.txt
2014-05-09 07:52:18 -05:00
Matt Hill
81d53f5f97
Tweaked library build for installer packaging
2014-05-09 07:36:05 -05:00
Matt Hill
d0cef539c6
Merge branch 'master' into tesseract303
2014-05-08 21:46:05 -05:00
Matt Hill
05df80e5e2
Moved version num to cmake, so it is available both at build and runtime
2014-05-08 18:06:31 -05:00
Matt Hill
8585797ece
Moved version num to cmake, so it is available both at build and runtime
2014-05-08 18:06:31 -05:00
Matt Hill
22a8e3dc1e
Updated Linux compilation to link to OpenCV dynamically
2014-05-08 09:58:01 -05:00
Matt Hill
9550a37d03
Updated Linux compilation to link to OpenCV dynamically
2014-05-08 07:58:01 -05:00
Matt Hill
395a101e13
Updated Linux compilation to link to OpenCV dynamically
2014-05-08 05:58:01 -05:00
Matt Hill
4924ba300b
Removed OpenCL region detection code from master branch.
...
Will merge it back in when the video feature branch is ready
2014-05-06 18:54:33 -05:00
Matthew Hill
3ab0eaa2bd
Updated Readme w/ links to compilation instructions
2014-05-06 18:16:00 -05:00
Matt Hill
7e2646aab0
Added mutex around OCR. Tesseract does not appear to be threadsafe
2014-05-04 15:18:17 -05:00
Matt Hill
d6c79299fb
Fixed race condition bug on multithreading
2014-05-04 14:07:57 -05:00
Matt Hill
0bf3f674ee
Fixes issue 26 "Make include guards unique"
...
https://github.com/openalpr/openalpr/issues/26
2014-05-02 20:23:47 -04:00
Matt Hill
9d9afa37fb
Updated CMakeLists shared library build for Linux
2014-04-30 22:20:08 -04:00
Matt Hill
b51b4f61cf
Updated CMakeLists.txt for Windows builds
2014-04-30 21:14:52 -05:00
Matt Hill
0858369b09
Added OpenALPR version in constants. Incremented to 1.1.0
2014-04-20 12:57:52 -05:00
Matt Hill
5e234fe039
Added 'make install' to project. Installs dynamic lib, alpr.h header, and alpr binary
2014-04-20 11:58:55 -05:00
Matt Hill
bd052aacf0
Creating dynamic and static openalpr libraries
2014-04-20 11:39:43 -05:00
Matt Hill
84e1df8c7c
Added parameter for max plate rotation (was previously hardcoded at 10 degrees). Upped the default to 15
2014-04-08 15:11:11 -05:00
Matt Hill
a226d2bad1
Updated debug text to be more specific
2014-04-08 15:09:02 -05:00
Matt Hill
58d57fc12d
Added a height filter to character analysis -- helps remove noise so that a good plate doesn't get rejected
2014-04-08 14:56:04 -05:00
Matt Hill
004f7a5bd8
Skipping OCR processing when num of possible characters is too small
2014-04-08 13:21:15 -05:00
Matt Hill
71bcf6169b
Fixed segfault in debug mode caused by previous commit
2014-04-08 12:28:58 -05:00
Matt Hill
cd585de155
Removed commented code
2014-04-08 12:24:25 -05:00
Matt Hill
a35ab7c7fe
Performance improvement -- stop processing filters if the character count is already 0.
2014-04-08 12:20:41 -05:00