Back to list
do-ops885

segmentation

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 Jan 25, 2026

SKILL.md


name: segmentation description: Isolates skin regions from background clutter using calibrated thresholds for downstream analysis license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline

What I do

I isolate skin regions from the background to focus analysis on the relevant areas. I use calibrated thresholds based on skin tone classification to create accurate skin masks.

When to use me

Use this when:

  • Image preprocessing is complete and you need to segment skin regions
  • You need to remove background noise for feature extraction
  • You need a binary mask of skin vs non-skin pixels

Key Concepts

  • Skin Mask: Binary image where skin pixels are 1, background is 0
  • Calibrated Thresholds: Thresholds adjusted based on Fitzpatrick type
  • segmentation_complete: State flag after segmentation complete
  • Background Removal: Eliminate non-skin pixels for focused analysis

Source Files

  • services/vision.ts: Segmentation implementation
  • types.ts: WorldState interface

Code Patterns

  • Apply calibrated color thresholds based on fitzpatrick_type
  • Generate binary mask of skin regions
  • Validate segmentation quality before marking complete

Operational Constraints

  • Thresholds MUST be calibrated to Fitzpatrick type
  • Poor segmentation affects all downstream accuracy
  • Consider fallback to manual region selection if auto-segmentation fails

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon