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