Skip to content

Re-implement named parameters bindings for Python#23705

Merged
asmorkalov merged 3 commits intoopencv:5.xfrom
asmorkalov:as/cxx-named-arguments
May 30, 2023
Merged

Re-implement named parameters bindings for Python#23705
asmorkalov merged 3 commits intoopencv:5.xfrom
asmorkalov:as/cxx-named-arguments

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov commented May 29, 2023

Reverted named argument handling from #19156.
Ported new solution from #23224
The port is required to harmonize 4.x -> 5.x merges.

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

@asmorkalov asmorkalov added port/backport done Label for maintainers. Authors of PR can ignore this category: python bindings labels May 29, 2023
@asmorkalov asmorkalov added this to the 5.0 milestone May 29, 2023
@asmorkalov asmorkalov merged commit d24ffe9 into opencv:5.x May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: python bindings port/backport done Label for maintainers. Authors of PR can ignore this

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants