开源计算机视觉库 (OpenCV),用于实时图像处理、视频分析、对象检测、人脸识别和相机校准。在处理图像、视频、相机、边缘检测、轮廓、特征检测、图像转换、对象跟踪、光流或任何计算机视觉任务时使用。
SKILL.md
OpenCV (Open Source Computer Vision Library) is the de facto standard library for computer vision tasks. It provides 2500+ optimized algorithms for real-time image and video processing, from basic operations like reading images to advanced tasks like face recognition and 3D reconstruction.
Official docs: https://docs.opencv.org/4.x/ GitHub: https://github.com/opencv/opencv Tutorials: https://docs.opencv.org/4.x/d9/df8/tutorialroot.html Search patterns: cv2.imread, cv2.cvtColor, cv2.Canny, cv2.findContours, cv2.VideoCapture
Image as NumPy Array OpenCV represents images as NumPy arrays with shape (height, width, channels). This allows seamless integration with NumPy operations and other scientific Python libraries.
开源计算机视觉库 (OpenCV),用于实时图像处理、视频分析、对象检测、人脸识别和相机校准。在处理图像、视频、相机、边缘检测、轮廓、特征检测、图像转换、对象跟踪、光流或任何计算机视觉任务时使用。 来源:tondevrel/scientific-agent-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill opencv- 分类
- *创意媒体
- 认证
- ✓
- 收录时间
- 2026-02-17
- 更新时间
- 2026-02-18
快速解答
什么是 opencv?
开源计算机视觉库 (OpenCV),用于实时图像处理、视频分析、对象检测、人脸识别和相机校准。在处理图像、视频、相机、边缘检测、轮廓、特征检测、图像转换、对象跟踪、光流或任何计算机视觉任务时使用。 来源:tondevrel/scientific-agent-skills。
如何安装 opencv?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill opencv 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/tondevrel/scientific-agent-skills