axiom-vision

Implement computer vision features with Apple's Vision framework for iOS and macOS.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-vision-dengnaichen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-vision
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-vision
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-vision-dengnaichen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of integrating Apple's Vision framework, preventing common pitfalls like UI blocking, incorrect coordinate mapping, and detection failures in computer vision tasks.

Core Features & Use Cases

  • Object & Subject Analysis: Perform subject segmentation, lifting, and pose detection for hands and bodies.
  • Text & Data Scanning: Implement OCR for text recognition, barcode/QR scanning, and structured document extraction.
  • Use Case: Use this skill to build a fitness app that tracks exercise reps via body pose detection or a document scanner that extracts table data from receipts.

Quick Start

Use the axiom-vision skill to implement a hand pose detection feature for a gesture-controlled camera interface.

Frequently Asked Questions about axiom-vision

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement subject segmentation and pose detection in iOS?

Hand and body pose detection tracks physical movements by applying Apple's Vision framework. It supports coordinate conversion and confidence-based detection validation to accurately map body joints for gesture-controlled camera interfaces.

What's the best way to extract text and scan barcodes from images on macOS?

Text and barcode scanning on macOS utilizes Vision framework OCR features. This approach extracts structured document data from receipts and images, supporting background processing to prevent UI blocking during live camera scanning tasks.

Does Apple's Vision framework support background processing for live camera feeds?

Apple's Vision framework supports background processing for live camera feeds. This integration prevents UI blocking during computer vision tasks, enabling smooth real-time image analysis and document scanning across iOS and macOS platforms.

How do I fix incorrect coordinate mapping when using computer vision features?

Incorrect coordinate mapping in computer vision features is fixed by applying proper coordinate conversion techniques. Using Apple's Vision framework ensures accurate spatial mapping during subject segmentation and pose detection tasks on iOS and macOS.

Can I use Vision framework to build a fitness app that tracks exercise reps?

You can use the Vision framework to build a fitness app that tracks exercise reps via body pose detection. It provides confidence-based detection validation and accurate joint tracking for analyzing physical movements.