I have installed opencv 3.0 and opencv-contrib but when i try to cmake, i got the following errors
CMake Error at /usr/local/share/OpenCV/OpenCVConfig.cmake:217 (message):
opencv_contrib is required but was not found
Call Stack (most recent call first):
src/training/CMakeLists.txt:9 (FIND_PACKAGE)
I have installed opencv 3.0 and opencv-contrib but when i try to cmake, i got the following errors
CMake Error at /usr/local/share/OpenCV/OpenCVConfig.cmake:217 (message): opencv_contrib is required but was not found Call Stack (most recent call first): src/training/CMakeLists.txt:9 (FIND_PACKAGE)
Did i miss something?