Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nizihabi/pdollarforcpp
$P Cloude Gesture Recognizer for cpp
https://github.com/nizihabi/pdollarforcpp
Last synced: 27 days ago
JSON representation
$P Cloude Gesture Recognizer for cpp
- Host: GitHub
- URL: https://github.com/nizihabi/pdollarforcpp
- Owner: nizihabi
- Created: 2015-09-21T02:58:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T06:53:34.000Z (about 9 years ago)
- Last Synced: 2024-10-04T11:32:26.467Z (about 2 months ago)
- Language: C++
- Size: 4.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDollarForCpp
$P Cloude Gesture Recognizer for cppThe $P Point-Cloud Recognizer is a 2-D gesture recognizer designed for rapid prototyping of gesture-based user interfaces. In machine learning terms, $P is an instance-based nearest-neighbor classifier with a Euclidean scoring function, i.e., a geometric template matcher. $P is the latest in the dollar family of recognizers that includes $1 for unistrokes and $N for multistrokes. Although about half of $P's code is from $1, unlike both $1 and $N, $P does not represent gestures as ordered series of points (i.e., strokes), but as unordered point-clouds. By representing gestures as point-clouds, $P can handle both unistrokes and multistrokes equivalently and without the combinatoric overhead of $N. When comparing two point-clouds, $P solves the classic assignment problem between two bipartite graphs using an approximation of the Hungarian algorithm.
This Dll is builded for cpp baseed on the CSharp version.
More details please view on http://depts.washington.edu/aimgroup/proj/dollar/pdollar.html