将np.float64转换成CV_64FC2格式
cv2.fisheye.undistortPoints# dist_keypt.shape=(64,2) dist_keypt = np.float64(dist_keypt[:,np.newaxis,:])
2023-10-09 09:24:40
将np.float64转换成CV_64FC2格式
cv2.fisheye.undistortPoints# dist_keypt.shape=(64,2) dist_keypt = np.float64(dist_keypt[:,np.newaxis,:])