Added tagplates binary for identifying license plates (used with end-to-end benchmark)

This commit is contained in:
Matt Hill
2014-06-20 22:31:03 -04:00
parent 716f1ca671
commit 2c2197f1bc
2 changed files with 244 additions and 1 deletions

View File

@@ -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}
)