Skip to content

Missing estimation method, maxIteration and refinement option in cv::estimateAffine3D #10631

@csukuangfj

Description

@csukuangfj
System information (version)
  • OpenCV => master
Detailed description

Both cv::estimateAffine3D and cv::estimateAffine2D SHOULD
have similar signatures, however,

  • cv::estimateAffine2D returns the model as the return value

  • cv::estimateAffine3D returns the model as a parameter

  • cv::estimateAffine2D supports RANSAC and LMeDS

  • cv::estimateAffine3D supports only RANSAC

  • cv::estimateAffine2D supports to specify the maximum number of iterations

  • cv::estimateAffine3D dose not support maxIter

  • cv::estimateAffine2D supports to refine the estimated model

  • cv::estimateAffine3D does not support refinement

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCcategory: calib3dcategory: documentationDocumentation fix or updatefutureThis issue can't be fixed during restrictions of the compatibility requirements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions