Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 325 Bytes

aikit_V2.0

介绍

使用纯python进行机械臂的颜色识别、图像识别、形状识别、二维码识别。

使用前安装

  • 机械臂驱动库
pip install pymycobot
  • python opencv支持库
# 二者版本号需一致
pip install opencv-python
pip install opencv-contrib-python