module 'cv2.aruco' has no attribute 'drawMarker'
时间: 2023-06-22 12:14:13 浏览: 569
这个错误可能是因为你的 OpenCV 版本过低或者没有安装 OpenCV 的 aruco 模块导致的。你可以尝试升级 OpenCV 版本或者重新安装 OpenCV 并且勾选安装 aruco 模块。如果你已经安装了 OpenCV 的 aruco 模块,你可以检查一下代码中是否正确导入了 cv2.aruco 模块。
相关问题
module 'cv2.aruco' has no attribute 'aruco'
这个错误是因为在cv2.aruco模块中找不到名为aruco的属性。这可能是因为你没有正确安装或导入OpenCV库。请确保你使用了正确的安装命令,并且在代码中正确导入了cv2.aruco模块。如果你已经安装了OpenCV库,并且正确导入了cv2.aruco模块,但仍然遇到这个错误,请检查你的OpenCV版本是否过低或过高,可能需要更新到适配的版本。
module 'cv2.aruco' has no attribute 'CharucoBoard_create'
引用\[1\]:cv2.aruco.DetectorParameters_create这个函数的作用是使用默认值初始化检测器参数。引用\[2\]:在安装OpenCV时,可以选择安装不同的依赖包。如果只需要主要模块,可以使用pip install opencv-python命令进行安装。如果需要更全的模块,可以使用pip install opencv-contrib-python命令进行安装。在安装完相应的包后,可能会遇到一些错误。其中,AttributeError: module 'cv2.aruco' has no attribute 'drawAxis'错误是因为新版本的OpenCV中已经将drawAxis函数更改为其他名称。引用\[3\]:在使用Opencv的Python版本时,可以通过aruco.DetectorParameters_create()函数来创建检测器参数,通过aruco.Dictionary_get(aruco.DICT_ARUCO_ORIGINAL)函数来获取字典,然后使用aruco.detectMarkers函数来检测标记。问题中的错误module 'cv2.aruco' has no attribute 'CharucoBoard_create'可能是因为新版本的OpenCV中已经将CharucoBoard_create函数更改为其他名称。
综上所述,根据引用内容,可以推断出问题中的错误是因为新版本的OpenCV中已经将CharucoBoard_create函数更改为其他名称。
#### 引用[.reference_title]
- *1* *2* [No module named “cv2.aruco](https://blog.csdn.net/weixin_41837701/article/details/129256430)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [AttributeError: module ‘cv2.aruco‘ has no attribute ‘GridBoard_create‘报错解决](https://blog.csdn.net/weixin_43789096/article/details/129346433)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文