我正在使用VSCode 1.68.1,Ubuntu20.04,我正在跟踪链接(https://programming.vip/docs/3d-pose-estimation-using-aruco-tag-in-python.html)来实现aruco标记的位姿估计。
但是下面是错误: aruco.drawFrameAxes(dst1,mtx,dist,rveci,::,tveci,:,:,0.03) AttributeError:模块'cv2.aruco‘没有属性'drawFrameAxes’。
。
发布于 2022-08-04 05:22:21
你试过从源代码编译opencv吗?我是出于绝望才这么做的,后来这个功能似乎起作用了。
我也无法用替代的contrib python包来完成这个任务。
https://stackoverflow.com/questions/72702953
复制相似问题