-
I am trying to compile openalpr using visual studio. I have followed both Wiki guides for windows but it ends with build errors,
`D:\New\openalpr\src\openalpr\alpr_c.cpp(26): error C2375: 'openalpr…
-
1 week ago i used openalpr-utils-classifychars program nicely (only the W -- select image and save character ..... was not working ) . Today i rebuild openalpr in different pc, I think there has been …
-
Hi
I am using openAlpr - OpenAlprDroidApp-master
Its works for long distance cars but when i take photo in short distance like 1 meter to 1.5 meter it gave not able process the image.
i have …
-
I'm trying to install openalpr in Windows 10 (x64) laptop. I needed to change the toolchain to v140 because I have installed Visual Studio 2015 with PlatformToolset v140. Then when I compile it's perf…
-
Hello,
I am installing OpenALPR on my Raspberry Pi. I chhosed the hardest way to install it.
I have a problem when I type out "cmake ./" to compile openalpr:
```
-- Found Tesseract
-- Found log…
-
When installing on Ubuntu I get the following message and cannot get it to compile:
In member function ‘alpr::AlprFullDetails alpr::AlprImpl::recognizeFullDetails(cv::Mat, std::vector)’:
/home/exe…
-
I'm trying to test a simple program in python, and I get this error :
`Traceback (most recent call last):
File "patente.py", line 4, in
alpr = Alpr("us", "/usr/local/share/openalpr/config/…
-
Hi all,
Please tell me what is this error?
I started a page on the wiki:
https://github.com/openalpr/openalpr/wiki/Compilation-instructions-%28Ubuntu-Linux%29
Thank you.
root@kim-Inspiron-N5110…
-
I was having an issue where using openalpr from python only worked if I was in the bindings/python directory. After stepping through the Alpr constructor, I noticed that the file installed for python …
-
trying to move my OpenALPR to a FreeNAS Jail, build fails with error:
```
/home/nayr/openalpr/src/openalpr/edges/edgefinder.cpp: In member function 'bool alpr::EdgeFinder::is_high_contrast(cv::Mat)':…