Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Vision Framework

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
77
Score

Implement computer vision features including text recognition (OCR), face detection, barcode scanning, image segmentation, object tracking, and document scanning in iOS apps. Covers both the modern Swift-native Vision API (iOS 16+) and legacy VNRequest patterns, VisionKit DataScannerViewController for live camera scanning, and VNCoreMLRequest for custom model inference. Use when adding OCR, barcode scanning, face detection, or custom Core ML model inference with Vision.

iosvision-frameworkcomputer-visionocrface-detectionbarcode-scanningimage-segmentationcoreml
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdvision-framework/workflow
1
Capture Image: — Obtain a `CGImage`, `CIImage`, `CVPixelBuffer`, or other supported image format.
2
Choose Request: — Select the appropriate `ImageProcessingRequest` (modern) or `VNRequest` (legacy) for the desired task.
3
Configure Request: — Set parameters like `recognitionLevel`, `recognitionLanguages`, or `symbologies`.
4
Perform Request: — Use `request.perform(on: image)` (modern) or `VNImageRequestHandler` (legacy) to process the image.
5
Process Results: — Extract relevant data from the `observations` or `results` array.
6
Display/Use Data: — Convert coordinates if necessary and use the extracted information in the application.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←Core ML Swift Integration
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Vision Framework
vision-framework
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
implement text recognition in iOSdetect faces in an image using Visionscan barcodes with iOS cameraperform image segmentation on iOSintegrate Core ML model with Visionuse VisionKit for document scanningadd computer vision features to iOS app

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download vision-framework
$ synaptic skills detail vision-framework
$ synaptic skills live vision-framework

Dependências

Vision.frameworkVisionKit.frameworkCoreML.framework

Links

GitHub Repository