]>
Commit | Line | Data |
---|---|---|
470f6420 MG |
1 | Image-OpenALPR version 0.001 |
2 | ============================ | |
3 | ||
4 | OpenALPR is an automatic license plate recognition library that | |
5 | extracts license plate numbers from images. | |
6 | ||
7 | Image-OpenALPR is a Perl binding to this library. | |
8 | ||
9 | INSTALLATION | |
10 | ||
11 | To install this module type the following: | |
12 | ||
13 | perl Makefile.PL | |
14 | make | |
15 | make test | |
16 | make install | |
17 | ||
18 | DEPENDENCIES | |
19 | ||
20 | This module requires these other modules and libraries: | |
21 | ||
22 | * Class::Accessor::Fast | |
23 | * JSON:::MaybeXS | |
24 | * libopenalprpy.so from OpenALPR | |
25 | ||
26 | COPYRIGHT AND LICENCE | |
27 | ||
28 | Copyright (C) 2016 by Marius Gavrilescu | |
29 | ||
30 | This file is part of Image-OpenALPR. | |
31 | ||
32 | Image-OpenALPR is free software: you can redistribute it and/or modify | |
33 | it under the terms of the GNU Affero General Public License as published by | |
34 | the Free Software Foundation, either version 3 of the License, or | |
35 | (at your option) any later version. | |
36 | ||
37 | Image-OpenALPR is distributed in the hope that it will be useful, | |
38 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
39 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
40 | GNU Affero General Public License for more details. | |
41 | ||
42 | You should have received a copy of the GNU Affero General Public License | |
43 | along with Image-OpenALPR. If not, see <http://www.gnu.org/licenses/> | |
44 | ||
45 |