module 'cv2.aruco' has no attribute 'detectMarkers'
时间: 2023-11-04 11:05:34 浏览: 323
这个错误通常是由于OpenCV版本不兼容导致的。检查一下你的OpenCV版本是否支持aruco.detectMarkers()函数。如果不支持,你可以尝试更新OpenCV版本或者使用其他函数来代替detectMarkers()函数。另外,也可以尝试重新安装OpenCV并确保安装的版本与你的代码兼容。
相关问题
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 ]
阅读全文