Ask Your Question

derekmiao's profile - activity

2015-01-18 09:28:59 -0600 received badge  Nice Question (source)
2014-04-15 07:27:47 -0600 received badge  Student (source)
2014-01-22 13:50:48 -0600 received badge  Editor (source)
2014-01-22 13:49:59 -0600 asked a question Matlab binding compilation error in OS X

I'm trying to compile OpenCV with Matlab binding in OS X 10.9.1. I checked out GIT master branch today and used CMake to generate makefile. The compilation of OpenCV libraries is fine, but the compilation of Matlab source files gave an error:

CMake Error at /Users/shunmiao/OpenSource/OpenCV/opencv-git/modules/matlab/compile.cmake:47 (message):
Failed to compile accumulate: Undefined symbols for architecture x86_64:

"cv::_InputArray::getMatVector(std::vector<cv::Mat, std::allocator<cv::Mat> >&) const", referenced from:
    vtable for cv::_InputOutputArray in accumulate.o

ld: symbol(s) not found for architecture x86_64

Does the OpenCV Matlab binding supports OS X 10.9? Thanks!