Ask Your Question

Shmidt's profile - activity

2015-02-16 02:46:12 -0600 received badge  Supporter (source)
2013-02-01 00:48:12 -0600 received badge  Student (source)
2013-01-31 11:55:26 -0600 asked a question calib3d.hpp' file not found in Xcode

Added framework 2.4.3 to the project and:

'opencv2/calib3d/calib3d.hpp' file not found

on line

#include "opencv2/calib3d/calib3d.hpp"

I saw post on SO, and someone said it's because of conflict of MIN/MAX, but I didn't understand how to fix it.

2013-01-31 11:31:36 -0600 received badge  Editor (source)
2013-01-31 11:18:23 -0600 asked a question iOS framework: errors in calib3d.hpp

I downloaded latest official framework (2.4.3), and after I added it to the project and run, I see a lot of errors in calib3d.hpp:

opencv2.framework/Headers/calib3d/calib3d.hpp:412:29: Unknown type name 'InputArray'
opencv2.framework/Headers/calib3d/calib3d.hpp:412:45: Unknown type name 'OutputArray'

What did I miss?

P.S. I checked the project with older framework(I think it was 2.0, but I'm not sure — I took it from someone's sample code on github), and it was working fine.