-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Missing estimation method, maxIteration and refinement option in cv::estimateAffine3D #10631
Copy link
Copy link
Open
Labels
RFCcategory: calib3dcategory: documentationDocumentation fix or updateDocumentation fix or updatefutureThis issue can't be fixed during restrictions of the compatibility requirementsThis issue can't be fixed during restrictions of the compatibility requirements
Description
System information (version)
- OpenCV => master
Detailed description
Both cv::estimateAffine3D and cv::estimateAffine2D SHOULD
have similar signatures, however,
-
cv::estimateAffine2Dreturns the model as the return value -
cv::estimateAffine3Dreturns the model as a parameter -
cv::estimateAffine2Dsupports RANSAC and LMeDS -
cv::estimateAffine3Dsupports only RANSAC -
cv::estimateAffine2Dsupports to specify the maximum number of iterations -
cv::estimateAffine3Ddose not support maxIter -
cv::estimateAffine2Dsupports to refine the estimated model -
cv::estimateAffine3Ddoes not support refinement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RFCcategory: calib3dcategory: documentationDocumentation fix or updateDocumentation fix or updatefutureThis issue can't be fixed during restrictions of the compatibility requirementsThis issue can't be fixed during restrictions of the compatibility requirements