https://github.com/mdminhazulhaque/opencv-camera-to-mouse
Turn objects from camera into mouse cursor using OpenCV
https://github.com/mdminhazulhaque/opencv-camera-to-mouse
cusrsos image opencv processing qt
Last synced: about 1 month ago
JSON representation
Turn objects from camera into mouse cursor using OpenCV
- Host: GitHub
- URL: https://github.com/mdminhazulhaque/opencv-camera-to-mouse
- Owner: mdminhazulhaque
- Created: 2013-09-21T18:55:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T19:14:34.000Z (over 12 years ago)
- Last Synced: 2025-07-05T06:07:15.118Z (11 months ago)
- Topics: cusrsos, image, opencv, processing, qt
- Language: C++
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CameraToMouse
=============
OpenCV based colorful object-detection from video and use its center point as mouse cursor coords.
## Caution ##
* FIXME: Remove shaky cursor
* FIXME: Add mousePress and mouseRelease event.
* TODO: Customizable object color
## Requirements ##
* [Qt 4/5] (http://qt-project.org/downloads)
* [OpenCV (C++ build)] (http://opencv.org/)