카테고리 없음
cv2 has no attribute CV_ITERATIVE
Hemos
2020. 1. 31. 02:17
"it, use cv2.cv2.SOLVEPNP_ITERATIVE instead of cv2.CV_ITERATIVE"
https://github.com/jerryhouuu/Face-Yaw-Roll-Pitch-from-Pose-Estimation-using-OpenCV/issues/3
module 'cv2' has no attribute 'CV_ITERATIVE' · Issue #3 · jerryhouuu/Face-Yaw-Roll-Pitch-from-Pose-Estimation-using-OpenCV
python 3.6, opencv 3.4 (success, rotation_vector, translation_vector) = cv2.solvePnP(model_points, image_points, camera_matrix, dist_coeffs, flags=cv2.CV_ITERATIVE) module 'cv2' has no attr...
github.com