Open
Description
System information (version)
OpenCV version: 4.7.0
Operating System / Platform: Windows 10 22H2
Compiler & compiler version: CMake 3.24.3
Detailed description
The creation of the get_pattern() and set_pattern (int PatternPositionType) methods are skipped when the Java wrapper is generated.
I am guessing that the cause is probably the same as the issue below.
opencv/opencv#23700
//
// C++: PatternPositionType EstimateParameters::pattern
//
// Return type 'PatternPositionType' is not supported, skipping the function
//
// C++: void EstimateParameters::pattern
//
// Unknown type 'PatternPositionType' (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