Skip to content

Added Java bindings for BOWImgDescriptorExtractor constructor#24474

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
asmorkalov:as/BOWImgDescriptorExtractoor_java_ctor
Nov 7, 2023
Merged

Added Java bindings for BOWImgDescriptorExtractor constructor#24474
asmorkalov merged 1 commit intoopencv:4.xfrom
asmorkalov:as/BOWImgDescriptorExtractoor_java_ctor

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov commented Oct 31, 2023

Fixes #24094

Feature2D is synonym for DescriptorExtractor in C++.

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 merged commit 26f3514 into opencv:4.x Nov 7, 2023
@opencv-alalek opencv-alalek removed their request for review November 7, 2023 20:45
@asmorkalov asmorkalov mentioned this pull request Jan 19, 2024
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.

In the Java wrapper, there is no way to initialize the BOWImgDescriptorExtractor class.

2 participants