Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing custom Aruco board definition #908

Open
tomtomasic opened this issue Jan 4, 2024 · 0 comments
Open

Missing custom Aruco board definition #908

tomtomasic opened this issue Jan 4, 2024 · 0 comments
Assignees

Comments

@tomtomasic
Copy link

Describe the issue
I need to use a custom configuration of Aruco markers in 3D.
This is possible in OpenCV by sending the aruco corner positions to the board constructor: https://docs.opencv.org/4.9.0/d4/db2/classcv_1_1aruco_1_1Board.html
cv::aruco::Board::Board(InputArrayOfArrays objPoints, const Dictionary &dictionary, InputArray ids )

Which doesn't seem to be exposed in the 4.8.1 EMGU version

** Emgu CV package used**
emgu.cv\4.8.1.5350 nuget package from nuget.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants