I decided use some extra modules of opencv so i should install OPENCV_CONTRIB firstly,
I Downloaded contrib from this github repo. and extracted the same directory which i installed opencv.
opencv files : /programs/opencv3.0
opencv build: /programs/opencv3.0/build
contrib folder:/programs/opencv3.0/opencv_contrib_master
and then i added extra module path in CMake and while i press Configure button, i got an error: Error in configuration process, project files may be invalid
and in the bottom window there is this error:
CMake Error at opencv_contrib-master/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake:32 (ocv_download):
Unknown CMake command "ocv_download".
Call Stack (most recent call first):
opencv_contrib-master/modules/dnn/CMakeLists.txt:5 (include)
please help me!