First time here? Check out the FAQ!
answered 2017-02-07 01:47:55 -0600
you won't need all opencv modules, but there are dependancies.
if you look at the CmakeLists.txt , you'll find:
opencv_imgproc opencv_features2d opencv_calib3d
(implicitly, those will depend on opencv_core, too)