mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-13 20:23:48 +08:00
Added openalpr utility programs
This commit is contained in:
38
src/misc_utilities/CMakeLists.txt
Normal file
38
src/misc_utilities/CMakeLists.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
target_link_libraries(openalpr)
|
||||
|
||||
|
||||
|
||||
ADD_EXECUTABLE( sortstate sortstate.cpp )
|
||||
TARGET_LINK_LIBRARIES(sortstate
|
||||
openalpr
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
tesseract
|
||||
)
|
||||
|
||||
ADD_EXECUTABLE( classifychars classifychars.cpp )
|
||||
TARGET_LINK_LIBRARIES(classifychars
|
||||
openalpr
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
tesseract
|
||||
)
|
||||
|
||||
|
||||
ADD_EXECUTABLE( benchmark benchmark.cpp )
|
||||
TARGET_LINK_LIBRARIES(benchmark
|
||||
openalpr
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
tesseract
|
||||
)
|
||||
|
||||
|
||||
ADD_EXECUTABLE( prepcharsfortraining prepcharsfortraining.cpp )
|
||||
TARGET_LINK_LIBRARIES(prepcharsfortraining
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user