aeren23/image-processing-skills
Skill Claude CodeCodex
Color space decisions, format selection, coordinate conventions, and bit depth trade-offs for image processing.
Decision-focused SKILL.md files for AI coding agents working on computer vision projects. Covers OpenCV preprocessing, filtering, morphology, contour analysis, YOLO pipelines, and MediaPipe — with emphasis on when to use what, common gotchas, and pipeline ordering.
aeren23/image-processing-skills
Skill Claude CodeCodex
Color space decisions, format selection, coordinate conventions, and bit depth trade-offs for image processing.
aeren23/image-processing-skills
Skill Claude CodeCodex
Filter selection decision tree, noise identification, edge detection priority, and kernel parameter rules.
aeren23/image-processing-skills
Skill Claude CodeCodex
Decision matrix for Global vs Otsu vs Adaptive thresholding, CLAHE parameter tuning, and histogram-based preprocessing.
aeren23/image-processing-skills
Skill Claude CodeCodex
Opening vs Closing decision guide, structuring element selection, Top-Hat/Bottom-Hat contrast filters, and grayscale morphology.
aeren23/image-processing-skills
Skill Claude CodeCodex
Shape classification through mathematical ratios, bounding box extraction, centroid computation, and medical morphometric analysis.
aeren23/image-processing-skills
Skill Claude CodeCodex
YOLO detection, segmentation, classification, and pose estimation setup, training workflow, evaluation metrics, and XAI verification.
aeren23/image-processing-skills
Skill Claude CodeCodex
Real-time face, hand, and body pose tracking with Google MediaPipe, solution selection, and comparison with YOLO pose estimation.