项目作者: vermayash8

项目描述 :
Game controller based on object tracking using computer vision.
高级语言: C++
项目地址: git://github.com/vermayash8/SteeringTracker.git
创建时间: 2016-09-03T16:55:55Z
项目社区:https://github.com/vermayash8/SteeringTracker

开源协议:

下载


Steering Tracker

Steering Tracker is a computer program written in C++ using OpenCV library for applying Object Tracking using Computer Vision to computer games. The games(example: Car racing games) can be controlled without any keyboard or mouse controls. A game specific physical controller with multiple markers can be designed and used with this program to control games easily. This provides a more immersive platform to the players and also relieves them from the trouble of cords and faulty controllers.

Usage

The program can be built using g++ compiler along with OpenCV libraries.

Screenshots

  1. Calibrating the markers
    Screenshot 1
    Screenshot 2
    Screenshot 3

  2. Turning the game object
    Screenshot 4
    Screenshot 5

  3. Accelaration and brake controls
    Screenshot 6