install contrib_master modules in openCV 3.1.0
I am looking for clear instructions from someone how to configure this properly and with success. I have the master_contrib folder on my desktop and the standard openCV 3.1.0 located on my desktop as well. How do I successfully add the master_contrib modules to the standard openCV folder? I am using Mac OSX
Here you go, courtesy of berak: http://answers.opencv.org/question/97...
What IDE are you using? It is way easier than most make it. Build with Cmake, configure usr and local folders in Xcode, copy paste files from the build/lib folder into Xcode. Done, no MacPorts or Homebrew needed.
You can use brew for the whole thing.
visit: http://www.learnopencv.com/install-op...
Also please read the comments section for any issues.
if you insist on building from source. You need absolute path to opencv_contrib for this setting:
-D OPENCV_EXTRA_MODULES_PATH=absolute-path-to-desktop/opencv_contrib/modules
You can use brew, i used it, but even with the opencv_contrib option i only got a subset of modules installed. I had to compile it from source.
@jmbapps I'm using Qt, I have Cmake etc
Alright thanks guys I'm still pluging away at this reading etc.
UPDATE:
I have added the modules via copy and paste from the opencv_contrib_master to the openCv 3.1.0 original photo but when I go into opencv/build/lib folder and look at all my modules I don't see any of my modules I want from opencv_contrib_master this is essentially all I need to figure out and everything will be working fine, if someone can kindly explain how to get these extra modules in here clearly and clean that'll be great and I'm sure ill be on my way just going in circles here with this