Code Monkey home page Code Monkey logo

openiss-swig's Introduction

OpenISS SWIG Wrapper

DOI

This project is used to generate wrappers for common classes and data structures of the OpenISS project to support bindings for Java (and other languages) based of the OpenISS C++ framework. It is used as an example for a JNI library in Processing for Java-based projects like ISSv2, known as OIGesture JNI Library in OpenISS's examples directory.

This repo is currently based on Jashanjot Singh's master's thesis that currently covers only the OpenISS Gesture Recognition specialization framework and wrappers for NiTE2 and Nuitrack middleware.

Building

Requirements

The middleware also needs to be present if used:

  • OpenNI2
  • NiTE2
  • Nuitrack

Otherwise, the particular modules can be commented out.

The project was built and tested on Ubuntu 18+ and macOS 10.11+.

Overview

This repository contains SWIG interface files for OpenISS Getsure Framework related classes, a maintainable way to let SWIG generate wrapper classes for OpenISS gesture library in a target language.

Currently, wrappers can be generated for Java only.

  1. mkdir build && cd build
  2. cmake .. -DOIGESTURE_SWIG_JNI:BOOL=ON -DBUILD_SHARED_LIBS=ON
  3. make -j4
  4. cp liboigesturecxx.so swig/
  5. ln -s lib{OpenNI2/NiTE2/Nuitrack/Middleware} swig/ (optional)
  6. cmake .. -DOIGESTURE_SWIG_TEST_JAR=ON
  7. make -j4

References

openiss-swig's People

Contributors

jashanj0tsingh avatar smokhov avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

jashanj0tsingh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.