Skip to content

Generation of getter and setter for the EstimateParameters.pattern property is skipped during Java wrapper generation. #3506

Open
@utibenkei

Description

@utibenkei
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

https://github.com/opencv/opencv_contrib/blob/4.x/modules/aruco/include/opencv2/aruco/aruco_calib.hpp#L56

    //
    // 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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions