[Digikam-devel] [digikam] [Bug 349601] digikam compile fine with OpenCV 2.X but not with 3.x

Willy Sudiarto Raharjo willysr at gmail.com
Sat Sep 5 17:34:50 BST 2015


https://bugs.kde.org/show_bug.cgi?id=349601

--- Comment #37 from Willy Sudiarto Raharjo <willysr at gmail.com> ---
i just followed instructions on their github:
https://github.com/Itseez/opencv_contrib/

You can build OpenCV, so it will include the modules from this repository. Here
is the CMake command for you:

$ cd <opencv_build_directory>
$ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules
<opencv_source_directory>
$ make -j5

As the result, OpenCV will be built in the <opencv_build_directory> with all
modules from opencv_contrib repository.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list