-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
In the Java wrapper, there is no way to initialize the BOWImgDescriptorExtractor class. #24094
Copy link
Copy link
Closed
Labels
bugcategory: java bindingsconfirmedThere is stable reproducer / investigation completeThere is stable reproducer / investigation complete
Milestone
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugcategory: java bindingsconfirmedThere is stable reproducer / investigation completeThere is stable reproducer / investigation complete