Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyingrub/invrter
Hand gesture recognition [School project]
https://github.com/flyingrub/invrter
hand-recognition opencv opencvsharp unity
Last synced: 16 days ago
JSON representation
Hand gesture recognition [School project]
- Host: GitHub
- URL: https://github.com/flyingrub/invrter
- Owner: flyingrub
- License: gpl-2.0
- Created: 2017-12-21T13:36:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T14:01:53.000Z (over 6 years ago)
- Last Synced: 2024-10-11T00:49:33.905Z (about 1 month ago)
- Topics: hand-recognition, opencv, opencvsharp, unity
- Language: C#
- Homepage:
- Size: 20.2 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INVRTER : School project
The goal of this project is to be able to use the camera on an htc vive
to control the Virtual Reality thanks to our hand.## Unity :
In order to correctly bind opencvsharp to your local install of opencv
run the following commands :
```
git clone https://github.com/shimat/opencvsharp.git
```
#### Make
Type the following code in a console:
```
cd opencvsharp/src
cmake .
make
```
When successfully compiled, OpenCvSharpExtern/libOpenCvSharpExtern.so is
generated. Replace the one in Assets/ by it.