https://github.com/shingt/visiontrackersample
A simple example app of Rectangle / Face tracker using Vision framework.
https://github.com/shingt/visiontrackersample
computer-vision ios swift vision
Last synced: over 1 year ago
JSON representation
A simple example app of Rectangle / Face tracker using Vision framework.
- Host: GitHub
- URL: https://github.com/shingt/visiontrackersample
- Owner: shingt
- License: mit
- Created: 2017-06-27T21:09:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T14:27:26.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T11:13:31.153Z (over 1 year ago)
- Topics: computer-vision, ios, swift, vision
- Language: Swift
- Size: 10.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VisionTrackerSample
This sample app describes how you can track detected objects in video using iOS 11 Vision Framework. Currently supports rectangles / faces tracking.
I will put sample movie here after iOS11 gets officially released.