スキル一覧に戻る
do-ops885

image-preprocessing

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: image-preprocessing description: Normalizes image histograms to preserve melanin features using Canvas API before analysis license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline

What I do

I preprocess images to normalize histograms while preserving melanin features critical for skin analysis. I use the Canvas API for efficient pixel manipulation and contrast enhancement.

When to use me

Use this when:

  • Calibration is complete and you need to prepare the image
  • You need to enhance contrast for better lesion detection
  • Histogram normalization is required before segmentation

Key Concepts

  • Histogram Equalization: Spreads out pixel intensity values
  • Melanin Preservation: Enhances features without losing skin pigmentation info
  • Canvas API: Browser canvas for image manipulation
  • image_preprocessed: State flag after preprocessing complete

Source Files

  • services/vision.ts: Preprocessing implementation
  • components/AnalysisIntake.tsx: Image upload component

Code Patterns

  • Use Canvas API for pixel-level operations
  • Apply histogram equalization that preserves melanin contrast
  • Ensure output is suitable for segmentation algorithms

Operational Constraints

  • Must preserve features critical for dermatological analysis
  • Use tf.tidy() or explicit dispose() for any tensor operations
  • Work in Canvas pixel space, not tensor space

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です