Skip to content

Commit

Permalink
** API version 2.1.0 **
Browse files Browse the repository at this point in the history
- Adds support for Raspberry Pi
- Adds support for RGBA (aka ARGB_8888) image format
- Fix issue #8, issue #9, issue #10, issue #11
  • Loading branch information
DoubangoTelecom committed Nov 25, 2019
1 parent 7aa3a56 commit 25e9a31
Show file tree
Hide file tree
Showing 50 changed files with 8,969 additions and 269 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -47,3 +47,7 @@ My Advisor Results*
/docs/*.odt#
/vs_android/.workspace

/python/ultimateALPR-SDK-API-PUBLIC-SWIG.cxx
/python/ultimateALPR-SDK-API-PUBLIC-SWIG.h
/ruby/ultimateALPR-SDK-API-PUBLIC-SWIG.cxx
/ruby/ultimateALPR-SDK-API-PUBLIC-SWIG.h
3 changes: 3 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.0)

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/samples)

0 comments on commit 25e9a31

Please sign in to comment.