什麼是 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