Skip to content

fix very slow compilation of five-point algorithm on some platforms (e.g. Qualcomm)#25064

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
vpisarev:em_5point_fix
Feb 22, 2024
Merged

fix very slow compilation of five-point algorithm on some platforms (e.g. Qualcomm)#25064
asmorkalov merged 2 commits intoopencv:4.xfrom
vpisarev:em_5point_fix

Conversation

@vpisarev
Copy link
Copy Markdown
Contributor

@vpisarev vpisarev commented Feb 21, 2024

thanks to our big friend and long-term contributor for the patch!

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@vpisarev vpisarev requested a review from asmorkalov February 21, 2024 23:25
@asmorkalov asmorkalov added this to the 4.10.0 milestone Feb 22, 2024
@asmorkalov asmorkalov merged commit 2d20424 into opencv:4.x Feb 22, 2024
@asmorkalov asmorkalov mentioned this pull request Feb 26, 2024
klatism pushed a commit to klatism/opencv that referenced this pull request May 17, 2024
Fix very slow compilation of five-point algorithm on some platforms (e.g. Qualcomm) opencv#25064

Thanks to our big friend and long-term contributor for the patch!

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants