All Projects → DaVikingCode → PDollar-Unity

DaVikingCode / PDollar-Unity

Licence: other
PDollar algorithm Unity friendly

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PDollar-Unity

react-native-gesture-flip-card
A card flipping animation component using gesture for react-native.
Stars: ✭ 93 (-6.06%)
Mutual labels:  gesture
interactiveviewer gallery
Enhancements to interactiveviewer: picture and video preview, support two-finger gesture zoom, double-click to zoom, switch left and right。图片预览,视频预览,图片视频混合预览
Stars: ✭ 45 (-54.55%)
Mutual labels:  gesture
creviceapp
Multi purpose utility which supports gestures with mouse and keyboard.
Stars: ✭ 22 (-77.78%)
Mutual labels:  gesture
Gestures-Samples
Project Prague Code Samples
Stars: ✭ 98 (-1.01%)
Mutual labels:  gesture
myo-armband-nn
Gesture recognition using myo armband via neural network (tensorflow library).
Stars: ✭ 33 (-66.67%)
Mutual labels:  gesture
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-83.84%)
Mutual labels:  gesture
gesto
You can set up drag, pinch events in any browser.
Stars: ✭ 47 (-52.53%)
Mutual labels:  gesture
XamarinFormsGesture
Xamarin Form Gesture Effects
Stars: ✭ 85 (-14.14%)
Mutual labels:  gesture
GestureLockView
九宫格手势解锁控件
Stars: ✭ 39 (-60.61%)
Mutual labels:  gesture
AdTree
Accurate, Detailed, and Automatic Modelling of Laser-Scanned Trees
Stars: ✭ 88 (-11.11%)
Mutual labels:  point-clouds
labelCloud
A lightweight tool for labeling 3D bounding boxes in point clouds.
Stars: ✭ 264 (+166.67%)
Mutual labels:  point-clouds
iMoney
iMoney 金融项目
Stars: ✭ 55 (-44.44%)
Mutual labels:  gesture
Speech driven gesture generation with autoencoder
This is the official implementation for IVA '19 paper "Analyzing Input and Output Representations for Speech-Driven Gesture Generation".
Stars: ✭ 76 (-23.23%)
Mutual labels:  gesture
gestures-android
Gesture recognizers for Android
Stars: ✭ 18 (-81.82%)
Mutual labels:  gesture
riconv
Rotation Invariant Convolutions for 3D Point Clouds Deep Learning
Stars: ✭ 43 (-56.57%)
Mutual labels:  point-clouds
GraphCNN-GAN
Graph-convolutional GAN for point cloud generation. Code from ICLR 2019 paper Learning Localized Generative Models for 3D Point Clouds via Graph Convolution
Stars: ✭ 50 (-49.49%)
Mutual labels:  point-clouds
Nina
A collection of Shorcuts to work faster in Revit.
Stars: ✭ 17 (-82.83%)
Mutual labels:  point-clouds
shellnet
ShellNet: Efficient Point Cloud Convolutional Neural Networks using Concentric Shells Statistics
Stars: ✭ 80 (-19.19%)
Mutual labels:  point-clouds
DICOMautomaton
A multipurpose tool for medical physics.
Stars: ✭ 35 (-64.65%)
Mutual labels:  point-clouds
mp2p icp
Multi primitive-to-primitive (MP2P) ICP algorithms in C++
Stars: ✭ 84 (-15.15%)
Mutual labels:  point-clouds

$P Point-Cloud Recognizer

Original article. Unity Web demo.

This is an adaptation of the original C# code for Unity.

In the demo, only one point-cloud template is loaded for each of the 16 gesture types. You can add additional templates as you wish, and even define your own custom gesture templates.

About

The $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. The $P recognizer is distributed under the New BSD License agreement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].