什么是 scikit-image?
Python 中图像处理算法的集合。基于 NumPy、SciPy 和 Cython 构建。它专注于科学图像分析,包括分割、几何变换、色彩空间操作、分析和过滤。 来源:tondevrel/scientific-agent-skills。
Python 中图像处理算法的集合。基于 NumPy、SciPy 和 Cython 构建。它专注于科学图像分析,包括分割、几何变换、色彩空间操作、分析和过滤。
通过命令行快速安装 scikit-image AI 技能到你的开发环境
来源:tondevrel/scientific-agent-skills。
scikit-image treats images as NumPy arrays. It provides a comprehensive suite of algorithms for filtering, feature detection, and object measurement, making it the standard for research-grade image analysis.
Official docs: https://scikit-image.org/ User Guide: https://scikit-image.org/docs/stable/userguide.html Search patterns: skimage.filters, skimage.segmentation, skimage.feature, skimage.morphology
Images are NumPy Arrays A grayscale image is a 2D array (M, N). A color image is a 3D array (M, N, 3). A multichannel 3D volume is (P, M, N, C).
Python 中图像处理算法的集合。基于 NumPy、SciPy 和 Cython 构建。它专注于科学图像分析,包括分割、几何变换、色彩空间操作、分析和过滤。 来源:tondevrel/scientific-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill scikit-imagePython 中图像处理算法的集合。基于 NumPy、SciPy 和 Cython 构建。它专注于科学图像分析,包括分割、几何变换、色彩空间操作、分析和过滤。 来源:tondevrel/scientific-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill scikit-image 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tondevrel/scientific-agent-skills