Psewall / iTracker

Real-time object detection and tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-time-Tracker-iOS

This app has 4 different modes of visualizing object movement with the iPhone's camera in real-time.

Compressive Tracking

Touch mode uses a very robust and state-of-the-art tracker designed by Kaihua Zhang, Lei Zhang, and Ming-Hsuan Yang. The official website has source code, documentation, and additional testing demos.

Object Detection

This mode uses background subtraction techniques to locate moving objects in the iPhone camera's view. There is also a mask version of this mode to see where exactly foreground objects appear on top of the background model.

Requirements

  • iOS 7+
  • Xcode 8.0+
  • Swift 3.0+
  • OpenCV framework 2.4.13

Demos

Test results can be seen at the following links:

About

Real-time object detection and tracking


Languages

Language:Objective-C++ 31.4%Language:C++ 27.0%Language:TeX 23.7%Language:Swift 13.3%Language:Objective-C 4.6%