Skip to content

Cannot import module SFM #301

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

Open
acalatayud opened this issue Mar 17, 2020 · 1 comment
Open

Cannot import module SFM #301

acalatayud opened this issue Mar 17, 2020 · 1 comment

Comments

@acalatayud
Copy link

Expected behaviour

SFM module and functions should be usable with python due to being included in the contrib package.

Actual behaviour

When i install the contrib package i can not import the module cv2.sfm.

Steps to reproduce

  • opencv-contrib-python version: 4.2.0.32
@asmorkalov
Copy link
Collaborator

SFM module has long list of non-standard dependencies like glog, gflags, ceres, etc. That's why it's not included into regular binary distribution. The only way to enable the module is build OpenCV-Python package manually.

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