mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:52:50 +08:00
Added CMake config
This commit is contained in:
34
src/openalpr/CMakeLists.txt
Normal file
34
src/openalpr/CMakeLists.txt
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
set(lpr_source_files
|
||||||
|
alpr.cpp
|
||||||
|
alpr_impl.cpp
|
||||||
|
config.cpp
|
||||||
|
regiondetector.cpp
|
||||||
|
licenseplatecandidate.cpp
|
||||||
|
utility.cpp
|
||||||
|
stateidentifier.cpp
|
||||||
|
featurematcher.cpp
|
||||||
|
ocr.cpp
|
||||||
|
postprocess.cpp
|
||||||
|
binarize_wolf.cpp
|
||||||
|
platelines.cpp
|
||||||
|
characterregion.cpp
|
||||||
|
charactersegmenter.cpp
|
||||||
|
platecorners.cpp
|
||||||
|
colorfilter.cpp
|
||||||
|
characteranalysis.cpp
|
||||||
|
verticalhistogram.cpp
|
||||||
|
trex.c
|
||||||
|
cjson.c
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
add_library(openalpr ${lpr_source_files})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
add_subdirectory(simpleini)
|
||||||
|
add_subdirectory(support)
|
Reference in New Issue
Block a user