1 | initial version |
That stuff is in highgui. If you go in to the generated CMakeCache.txt file in your build dir and set the build module lines to something like:
BUILD_opencv_features2d:BOOL=OFF
for everything except highgui and core, it should do as you want.