Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request EstimateAffine3D #1646

Open
MoHamzawy opened this issue Feb 7, 2024 · 0 comments
Open

Feature Request EstimateAffine3D #1646

MoHamzawy opened this issue Feb 7, 2024 · 0 comments

Comments

@MoHamzawy
Copy link

Summary of your issue

I am looking for a function that exists in opencv C++ in calib3d. Its called estimateAffine3D with this signature:

cv::Mat estimateAffine3D(InputArray src, InputArray dst,
CV_OUT double
scale = nullptr, bool force_rotation = true);
*

It seems that in the current version only this signature is added:

CV_EXPORTS_W int estimateAffine3D(InputArray src, InputArray dst,
OutputArray out, OutputArray inliers,
double ransacThreshold = 3, double confidence = 0.99);

Environment

Write your environment.

What did you do when you faced the problem?

Write here

Example code:

paste your core code

Output:

paste your output

What did you intend to be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant