Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossr/track-and-control
Track and Control System: Windows Manager Controlled Via Head Tracking
https://github.com/mossr/track-and-control
Last synced: about 1 month ago
JSON representation
Track and Control System: Windows Manager Controlled Via Head Tracking
- Host: GitHub
- URL: https://github.com/mossr/track-and-control
- Owner: mossr
- Created: 2014-01-17T00:16:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T14:52:03.000Z (over 10 years ago)
- Last Synced: 2024-03-15T04:09:45.923Z (8 months ago)
- Language: C
- Homepage:
- Size: 53.4 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Track-and-Control
=================Software Design and Development with Professor **[Pierre Elysee](mailto:[email protected])** (1)
- **[Robert Moss](mailto:[email protected])** (1)
- **[Aaron Pereira](mailto:[email protected])** (1)
- **[Matthew Shrago](mailto:[email protected])** (1)(1) Wentworth Institute of Technology | Boston, MA
## Installation
- Download [CMake](http://www.cmake.org/files/v2.8/cmake-2.8.12.1-win32-x86.exe "CMake") and click **Add CMake to the system PATH for all users** during the installation.
- Download [OpenCV](https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.8/opencv-2.4.8.exe/download "OpenCV") version 2.4.8.
- Put the *opencv* folder into your *Track-and-Control* directory.
- Run the *build\_project.bat* file (this builds the Visual Studio project with CMake).
- Now you can open **tracking\_module\_build/Debug/TrackingModule.exe** or the Visual Studio project.## Notes
###### FRONT_END
- **Tracking Module** (TM)
- *Input*: Raw camera data
- *Output*: Coordinates of tracked object
- Methods of approach:
- Color isolation
- OpenCV
- HSV
- RGB
- Only filter movement detection
- Infrared isolation
- Wiimote as infrared camera
- Infrared lights facing user
- Reflection off iris
- Facial recognition
- OpenCV
- No external hardware necessary
- **Window Controller** (WC)
- Window Viewer (3D)
- Window Grid Organizer
- Left, Right, Top, Bottom, and Middle.
- hot key + shift = full grid view.
- Sleep Manager
- Off screen delay
- Sleep or screen dim (user setting)
- All features have a user defined hot key###### BACK-EN
- [SQLite](http://www.sqlite.org/download.html "SQLite1") for settings.## Ideas/Features
###### TODO
- Include objectives.