Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.2D.DollarQ
Set of nodes to use the $Q 2d gesture recognizer
https://github.com/vvvv/VL.2D.DollarQ
Last synced: 2 months ago
JSON representation
Set of nodes to use the $Q 2d gesture recognizer
- Host: GitHub
- URL: https://github.com/vvvv/VL.2D.DollarQ
- Owner: vvvv
- Created: 2019-09-14T12:36:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T19:36:00.000Z (almost 4 years ago)
- Last Synced: 2024-12-07T16:41:54.051Z (2 months ago)
- Size: 295 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.2D.DollarQ - Gesture regognition library (Libraries / Machine Learning)
README
# VL.2D.DollarQ
Set of nodes to use the [$Q Super-Quick Recognizer](http://depts.washington.edu/acelab/proj/dollar/qdollar.html) with VL.
Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net## Using the library
In order to use this library with vl you have to install the nuget that is available via nuget.org.
Open VL, go to
```
Quad menu > Manage Nugets > Commandline
```and then type :
```
nuget install VL.2D.DollarQ -pre
```For more about installing nugets, [read here](https://thegraybook.vvvv.org/reference/libraries/referencing.html).
Once the VL.2D.DollarQ nuget is installed and referenced in your VL document, you'll see the DollarQ category under the 2D category in the node browser.
Open the help browser with F1 and look for "dollar" to find the help patches.