Test image babling + Essaie entrée image + Debut i/o references

This commit is contained in:
Unknown 2018-07-26 16:57:58 +02:00
parent 83e3a70bc1
commit 1bc7621bf7
44 changed files with 34232 additions and 1043 deletions

View file

@ -49,6 +49,7 @@ include_directories(.
add_executable(demo_ASIFT demo_ASIFT.cpp ${ASIFT_srcs})
TARGET_LINK_LIBRARIES(demo_ASIFT png zlib Match Numerics)
find_package( OpenCV REQUIRED )
add_executable(test_ASIFT test_ASIFT.cpp ASIFT_matcher.cpp ${ASIFT_srcs})
TARGET_LINK_LIBRARIES(test_ASIFT png zlib Match Numerics)
TARGET_LINK_LIBRARIES(test_ASIFT png zlib Match Numerics ${OpenCV_LIBS})