1 | initial version |
std::max(ipoints.checkVector(2, CV_32F),
your img_points must be dtype=np.float32
, not np.int
2 | No.2 Revision |
if you look at the assertion: std::max(ipoints.checkVector(2,
CV_32F),CV_32F)
your img_points must be dtype=np.float32
, not np.int