Commit 484e0f46058d5bb971767bd77cb6e562f8dfeb4e
1 parent
e54071a5
features plugins no longer exist
Showing
1 changed file
with
0 additions
and
11 deletions
openbr/plugins/cmake/opencv.cmake
| 1 | -option(BR_WITH_OPENCV_FEATURES2D "Build with OpenCV features2d plugins." ON) | |
| 2 | -if(${BR_WITH_OPENCV_FEATURES2D}) | |
| 3 | - set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} opencv_features2d) | |
| 4 | - set(OPENCV_DEPENDENCIES ${OPENCV_DEPENDENCIES} opencv_features2d) | |
| 5 | -else() | |
| 6 | - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/distance/keypointmatcher.cpp | |
| 7 | - plugins/imgproc/sift.cpp | |
| 8 | - plugins/imgproc/keypointdescriptor.cpp | |
| 9 | - plugins/metadata/keypointdetector.cpp) | |
| 10 | -endif() | |
| 11 | - | |
| 12 | 1 | option(BR_WITH_OPENCV_FLANN "Build with OpenCV flann plugins." ON) |
| 13 | 2 | if(${BR_WITH_OPENCV_FLANN}) |
| 14 | 3 | set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} opencv_flann) | ... | ... |