Compiling mexopencv in OS X 10.9 with Xcode 5 and Matlab R2013b
问题 I'm interested in using Kota Yamaguchi's mexopencv library on my system with the following specifications: OS X 10.9 (Mavericks) Xcode 5 Matlab 2013b OpenCV installed via macports to /opt/local/include/{opencv,opencv2} and /opt/local/lib I git cloned the latest OpenCV revision using the command on the mexopencv web site; this is version 084838d62a25fcb3eec9f610abf91b167bc6c2f5 from Sat Jul 20 05:18:37 2013 -0700. I ran Matlab's mex -setup command and then implemented this workaround from