Commit Graph

46 Commits

Author SHA1 Message Date
Matt Hill
6308048d84 Updated copyright 2015-07-02 14:23:16 -04:00
Matt Hill
f544a6a105 Updated location of motiondetector.h 2015-05-15 05:54:33 -04:00
Matt Hill
00a00df05e Merge branch 'master' of git://github.com/Kees-V/openalpr into keesmotion 2015-05-14 07:23:15 -04:00
Kees-V
be40adcd51 Motion detection for the webcam 2015-05-14 09:33:14 +02:00
Matt Hill
98e66fc926 Using a check function to see if image is supported 2015-05-13 07:07:22 -04:00
Matt Hill
3ac253b668 Added support for tif/bmp images 2015-05-13 07:07:22 -04:00
Kees-V
0c2495f26c Use motion detection in analysis of video streams and video files to increase performance (Issue 39) 2015-05-12 19:27:18 +02: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
5abe94042f Added [Experimental] tag to region detection description 2015-02-18 23:13:58 -05:00
Matt Hill
0091c80d73 Changed "template region" to "pattern" Region is an overloaded term 2015-02-18 23:07:54 -05:00
Matt Hill
bc0c569f39 Updated copyrights to 2015 2015-01-06 08:23:03 -05:00
Matt Hill
85f52a6b8c Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60. 2014-10-27 20:12:57 -04:00
Matt Hill
dc65be8c32 Fixed state identification missing from output 2014-10-23 18:24:29 -04:00
Matt Hill
91f4988b43 Merge branch 'master' into v2.0
Conflicts:
	src/main.cpp
2014-10-23 17:26:52 -04:00
Matt Hill
32793c5991 Resolves issue #58 - Remove template match from output when template not provided 2014-10-21 18:20:29 -04:00
Matt Hill
396737bd3d Cleaned up API. No longer backwards compatible 2014-10-05 16:27:56 -04:00
Matt Hill
f05c07d2b7 Updated copyright to 2014 2014-10-04 22:45:52 -04:00
Matt Hill
3b2cd74306 Fixes issue #48 Invalid json output 2014-08-30 11:36:18 -04:00
Matt Hill
34e00793eb Fixed sleep_ms to use ms rather than microseconds 2014-08-28 07:29:46 -04:00
Matt Hill
29a040d49c Replaced usleep with platform independent sleep function 2014-08-19 00:42:40 -04:00
Matt Hill
14579a2227 Only show timing information when --clock is used 2014-08-19 00:40:37 -04:00
Matt Hill
aac6d61773 Added regions of interest to ALPR interface. Currently non-functional 2014-08-18 23:23:03 -04:00
Matt Hill
d76f122ad6 Organized "videobuffer" code into a video static library 2014-08-16 10:34:14 -04:00
Matt Hill
eb7dba41a3 Resolves issue #28 - Add output when no plate is found 2014-08-01 18:23:54 -04:00
Matt Hill
5a48305471 Using usleep rather than waitkey 2014-07-02 21:04:10 -04:00
Matt Hill
8a9dfabe6c Reformatted JSON output. Moved epoch time to top level. Added total processing time 2014-06-12 05:58:34 -04:00
Matt Hill
df0288febd Removed signal handler -- was unnecessary 2014-05-20 21:05:41 -05:00
Matt Hill
afd1e9421c Removed unnecessary signal handlers 2014-05-19 23:12:34 -05:00
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
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
ba83f60e21 Removed "exit" function call from CmdLine code. Now returning out of main. 2014-05-11 11:51:09 -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
0858369b09 Added OpenALPR version in constants. Incremented to 1.1.0 2014-04-20 12:57:52 -05:00
Matt Hill
1d92c1663d Added check to verify that file exists when input is given on standard in. If not, print an error message 2014-03-28 12:41:47 -05:00
Philippe Vaucher
d18e0e23b0 Only accept filenames in daemon 2014-03-28 16:15:03 +01:00
Philippe Vaucher
c62a76d6a8 Add daemon support 2014-03-28 10:10:49 +01:00
Philippe Vaucher
c406cc6e0b Fix weird boolean conditions 2014-03-24 12:48:55 +01:00
Philippe Vaucher
4934cf59d2 Simplify verbose return 2014-03-24 10:46:30 +01:00
Philippe Vaucher
564e0d3087 Remove useless empty lines 2014-03-24 10:46:30 +01:00
Philippe Vaucher
460205e943 Cleanup & reindent .cpp files 2014-03-19 11:34:43 +01:00
Philippe Vaucher
38f83ef6e1 Convert files with windows line endings 2014-03-17 10:40:15 +01:00
Philippe Vaucher
bdc922c69a Remove trailing whitespace 2014-03-17 10:35:09 +01:00
Matt Hill
4c02bc33ee Removed unused includes in main 2014-02-21 04:19:03 -06:00
Matt Hill
a07991adb6 Added error message when input image/video file is not found 2014-02-17 14:57:14 -06:00
Matt Hill
2b221e409e Added Main CLI program and CMake script 2014-01-02 16:03:00 -06:00