Hej all,
How do I, in the CMakeLists.txt figure out if the current install of openCV has xfeatures2D
installed ?
Can I do something along the lines of :
find_package(OpenCV REQUIRED)
if(OPENCV_XFEATURES2D)
do stuf
endif
1 | initial version |
Hej all,
How do I, in the CMakeLists.txt figure out if the current install of openCV has xfeatures2D
installed ?
Can I do something along the lines of :
find_package(OpenCV REQUIRED)
if(OPENCV_XFEATURES2D)
do stuf
endif