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

Aruco python problem: I can't find dictionary->identify #2655

Closed
4 tasks
SDZArnold opened this issue Sep 3, 2020 · 2 comments
Closed
4 tasks

Aruco python problem: I can't find dictionary->identify #2655

SDZArnold opened this issue Sep 3, 2020 · 2 comments

Comments

@SDZArnold
Copy link

System information (version)
  • OpenCV => 4.4.0
  • Operating System / Platform => Windows 64 Bit
  • Compiler => Visual Studio 2017

I'm trying to "rewrite" aruco in python in order to understand if it is possible to use it in particular circumnstances.

The problem is that, I'm working on cv2.detectMarker, and at certain point, in the cpp source code identify() method is used from the class of aruco dictionary. In python, if I try to use dictionary.identify, it doesn't work because, apparently the method doesn't exist.

Does anyone know how to solve this issue?

Thanks for your help!

Steps to reproduce
Issue submission checklist
  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues,
    answers.opencv.org, Stack Overflow, etc and have not found solution
  • I updated to latest OpenCV version and the issue is still there
  • There is reproducer code and related data files: videos, images, onnx, etc
@AleksandrPanov
Copy link
Contributor

need add CV_WRAP to dict.hpp

@AleksandrPanov
Copy link
Contributor

fixed by #3229

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

No branches or pull requests

2 participants