Ask Your Question
0

AttributeError: module 'cv2' has no attribute 'calibrateHandEye'

asked 2019-11-05 20:28:47 -0600

bacalfa gravatar image

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'
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-11-06 01:56:51 -0600

LBerger gravatar image

updated 2019-11-06 02:00:07 -0600

Yes there is no calibrateHandEye in 4.0.1 version. calibrateHandEye was introduced in 4.1.0. Update your opencv version

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-11-05 20:28:47 -0600

Seen: 1,032 times

Last updated: Nov 06 '19