Skip to content

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

@utibenkei

Description

@utibenkei

System Information

OpenCV version: 4.8.0
Operating System / Platform: Windows 10 22H2
Compiler & compiler version: CMake 3.24.3

Detailed description

Creating a Java wrapper for the constructor of the BOWImgDescriptorExtractor class is skipped. Therefore, there is currently no way to initialize the BOWImgDescriptorExtractor class.

    //
    // C++:   cv::BOWImgDescriptorExtractor::BOWImgDescriptorExtractor(Ptr_DescriptorExtractor dextractor, Ptr_DescriptorMatcher dmatcher)
    //

    // Unknown type 'Ptr_DescriptorExtractor' (I), skipping the function

Steps to reproduce

Build with the BUILD_opencv_java_bindings_generator flag ON.

Issue submission checklist

  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
  • I updated to the latest OpenCV version and the issue is still there
  • There is reproducer code and related data files (videos, images, onnx, etc)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions