Ask Your Question

Revision history [back]

It errors on the calibrateCamera function itself, when i step into the function in debug mode, the last code it executes before giving the error is: template<typename _tp=""> inline void Mat::push_back(const Mat_<_Tp>& m) { push_back((const Mat&)m); }

inline Mat::MSize::MSize(int* _p) : p(_p) {} inline Size Mat::MSize::operator()() const { CV_DbgAssert(p[-1] <= 2); return Size(p[1], p[0]); }