Ask Your Question

Revision history [back]

Unable to connect openCV iOS6.

I am using xCode 5.0 and above. I want to implement paper sheet edge detection in my application. The problem is I got sample code from github which is working fine on simulator but the same code and framework I want to use in my application but I am unable to add it. Its getting lots of error (unable to read cv::Mat). I also added in pch but still unable to connect it.

ifdef __cplusplus

import <opencv2 opencv.hpp="">

endif

Please let me know what need to do more for proper linking with these openCV library.

Thanks.