add face recognition support to the system
This commit is contained in:
parent
b2ffbfa530
commit
a279001151
5 changed files with 283 additions and 37 deletions
|
|
@ -5,7 +5,7 @@ find_package(OpenCV REQUIRED)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
set(SRC_FILES main.cpp yolo.cpp tokenize.cpp log.cpp seamcarving.cpp utils.cpp intelligentroi.cpp)
|
||||
set(SRC_FILES main.cpp yolo.cpp tokenize.cpp log.cpp seamcarving.cpp utils.cpp intelligentroi.cpp facerecognizer.cpp)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SRC_FILES})
|
||||
target_link_libraries(${PROJECT_NAME} ${OpenCV_LIBS} -ltbb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue