I am missing some functions like solvePnPGeneric() in my cv2 module for Python. I tried those setups:
- Official Python 3.7.4, opencv-contrib-python 4.1.0 via pip
- Anaconda Python 3.7.3, opencv 4.1.1 via conda
In both setups a lot of functions are missing that should exist in Python according the [OpenCV docs](https://docs.opencv.org/master/).
What could be the problem here?
↧