Wip setream carving
This commit is contained in:
parent
438c9d726c
commit
f5dad284e6
11 changed files with 287 additions and 387 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 seamcarvingvert.cpp seamcarvinghoriz.cpp seamcarving.cpp utils.cpp intelligentroi.cpp)
|
||||
set(SRC_FILES main.cpp yolo.cpp tokenize.cpp log.cpp seamcarving.cpp utils.cpp intelligentroi.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