You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to execute the calib3d::solve_pnp_generic method but it always fails with an assertion error. So far my only lead is that it doesn't like the Vector<Vector<f64>> that I pass in the first two options.
Error:
./modules/core/src/matrix_wrap.cpp:72: error: (-215:Assertion failed) 0 <= i && i < (int)vv.size() in function 'getMat_'
(code: StsAssert, -215)
I'm attempting to execute the
calib3d::solve_pnp_generic
method but it always fails with an assertion error. So far my only lead is that it doesn't like theVector<Vector<f64>>
that I pass in the first two options.Error:
Code:
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: