MicroPython Logo
1.18
  • MicroPython 相关库
    • Python 标准库和micro库
    • MicroPython 特定库
    • 各类开发板专用库
      • pyboard专用库
      • 哥伦布专用库
      • WiPy专用库
      • ESP8266和ESP32专用库
        • esp — functions related to the ESP8266 and ESP32
        • esp32 — functionality specific to the ESP32
        • esp_usb — USB OTG
        • esp_ai — AI应用
      • Libraries specific to the RP2040
      • Libraries specific to Zephyr
    • 显示屏
    • 触摸屏
    • GUI-可视化控件
    • 摄像头
    • Extending built-in libraries from Python
  • MicroPython 语言和实现方法
  • MicroPython与CPython的区别
  • MicroPython 开发和构建
  • MicroPython 许可证信息
  • pyboard (STM32F405) 快速参考手册
  • 哥伦布 (STM32F407) 快速参考手册
  • 麦哲伦 (STM32H743) 快速参考手册
  • 达芬奇 (TKM32F499) 快速参考手册
  • ESP8266 快速参考手册
  • ESP32-C3 快速参考手册
  • ESP32 快速参考手册
  • ESP32-S2 快速参考手册
  • ESP32-S3 快速参考手册
  • 树莓派RP2xxx 快速参考手册
  • WiPy 快速参考手册
  • UNIX和Windows 快速参考手册
  • Quick reference for the Zephyr port
MicroPython
  • »
  • MicroPython 相关库 »
  • esp_ai — AI应用
  • View page source

esp_ai — AI应用¶

这个模块为ESP32-S3 AI应用库。

Classes¶

  • class code_recognition – 二维码识别
  • class color_detection – 颜色识别
  • class motion_recognition – 运动检测
  • class cat_detection – 猫脸检测
  • class face_detection – 人脸检测
  • class face_recognition – 人脸识别
Next Previous

© Copyright - The MicroPython Documentation is Copyright © 2014-2022, Damien P. George, Paul Sokolovsky, and contributors Last updated on 29 Apr 2022.

Built with Sphinx using a theme provided by Read the Docs.
Versions and Downloads latest
Versions
latest
Downloads
PDF

External links
micropython.org
GitHub