Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

please disable the opencv_world module, when using ANY modules from opencv_contrib (there's a problem with circular dependancies there)

cmake -DBUILD_opencv_world=OFF

(then later, you'll have to link against "single" module libs, like -lopencv_core -lopencv_imgproc, etc.)