AttributeError: module 'cv2' has no attribute 'calibrateHandEye'
I see the function prototype in the __init__.py
file, but it doesn't seem to be available. Is it only supported in C++? How do I call such function in Python?
cv2.__version__
Out[35]: '4.0.1'