Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you can also use:

 cmake -DBUILD_LIST=core,imgproc,imgcodecs,video,calib3d,bgsegm,features2d,flann,highgui,java

and specify explitly, what you want to build (yet i don't think, it's possible to build only the core module)

you can also use:

 cmake -DBUILD_LIST=core,imgproc,imgcodecs,video,calib3d,bgsegm,features2d,flann,highgui,java

and specify explitly, explicitly, what you want to build (yet i don't think, it's possible to build only the core module)

if you're using opencv3.4, you can also use:

 cmake -DBUILD_LIST=core,imgproc,imgcodecs,video,calib3d,bgsegm,features2d,flann,highgui,java

(a comma seperated list of modules), and specify explicitly, what you want to build (yet i don't think, it's possible to build only the core module)