Skip to content

Commit

Permalink
Updates to make KVLD compatible with opencv3.*
Browse files Browse the repository at this point in the history
making the package compatible with opencv3.* .
  • Loading branch information
Zhe-LIU-Imagine committed May 9, 2020
1 parent 3323458 commit 77eb60c
Show file tree
Hide file tree
Showing 26 changed files with 12,526 additions and 11,632 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Expand Up @@ -41,22 +41,22 @@ ADD_SUBDIRECTORY(OrsaHomography)
ADD_SUBDIRECTORY(kvld)

INCLUDE_DIRECTORIES(
./OrsaHomography/
#./OrsaHomography/
./OrsaHomography/demo/libImage
$ENV{OPENCV_DIR}/install/include/opencv
)


ADD_EXECUTABLE(KVLD_Deformable deformable.cpp convert.h convert.cpp )
TARGET_LINK_LIBRARIES(KVLD_Deformable kvld image sift Orsa
TARGET_LINK_LIBRARIES(KVLD_Deformable kvld image
${OpenCV_LIBS})

ADD_EXECUTABLE(KVLD_Calibration calibration.cpp convert.h convert.cpp)
TARGET_LINK_LIBRARIES(KVLD_Calibration kvld image sift Orsa
TARGET_LINK_LIBRARIES(KVLD_Calibration kvld image
${OpenCV_LIBS})

ADD_EXECUTABLE(KVLD_Interface interface.cpp convert.h convert.cpp)
TARGET_LINK_LIBRARIES(KVLD_Interface kvld image sift Orsa
TARGET_LINK_LIBRARIES(KVLD_Interface kvld image
${OpenCV_LIBS})


0 comments on commit 77eb60c

Please sign in to comment.