mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-13 13:03:42 +08:00
Added tagplates binary for identifying license plates (used with end-to-end benchmark)
This commit is contained in:
@@ -20,7 +20,11 @@ TARGET_LINK_LIBRARIES(classifychars
|
||||
)
|
||||
|
||||
|
||||
ADD_EXECUTABLE( benchmark benchmark.cpp )
|
||||
ADD_EXECUTABLE(benchmark
|
||||
benchmark/benchmark.cpp
|
||||
benchmark/benchmark_utils.cpp
|
||||
benchmark/endtoendtest.cpp
|
||||
)
|
||||
TARGET_LINK_LIBRARIES(benchmark
|
||||
openalpr-static
|
||||
support
|
||||
@@ -37,3 +41,9 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
|
||||
)
|
||||
|
||||
|
||||
ADD_EXECUTABLE( tagplates tagplates.cpp )
|
||||
TARGET_LINK_LIBRARIES(tagplates
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user