rmsalinas / DBow3

Improved version of DBow2
Other
507 stars 238 forks source link

feat: Modify CMakeLists.txt to use opencv4 and can be use more convenient. #52

Open lvmax1998 opened 1 year ago

lvmax1998 commented 1 year ago

now, you can use like that:

find_package(DBoW3 REQUIRED)
add_executable(test test.cpp )
target_link_libraries(test  DBoW3::DBoW3)