Skip to content

Commit 9991dfa

Browse files
committed
refactor code
1 parent 0b064c3 commit 9991dfa

File tree

5 files changed

+2130
-4153
lines changed

5 files changed

+2130
-4153
lines changed

models/palm_detection_mediapipe/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set(OPENCV_INSTALLATION_PATH "" CACHE PATH "Where to look for OpenCV installatio
88
find_package(OpenCV ${OPENCV_VERSION} REQUIRED HINTS ${OPENCV_INSTALLATION_PATH})
99

1010
add_executable(demo demo.cpp)
11-
target_link_libraries(demo ${OpenCV_LIBS})
11+
target_link_libraries(demo ${OpenCV_LIBS})

0 commit comments

Comments
 (0)