Ask Your Question

anuppari's profile - activity

2015-02-13 15:51:13 -0600 received badge  Teacher (source)
2015-02-13 13:03:19 -0600 answered a question Bindings to access openCV from MATLAB do not generate

As I mentioned here http://code.opencv.org/issues/4175 , you can download the rst_parser.py from an old commit of opencv. Once I put that in the corresponding folder, I was able to generate matlab bindings. I pretty much followed the instructions here: http://seevisionc.blogspot.com/2014/0... with a few modifications. I downloaded the matlab module from the opencv_contrib (which you have now done) since they are not in the standard opencv and used Visual Studio Pro 2013 (VS12) to compile since VS2010 was giving me errors about missing the headers and ambiguous calls to standard functions. Also, the correct folder to put into the $PATH environment variable is [path_to_opencv]/build/x64/vc12/bin