KanoComputing / node-grt

An implementation of the Gesture Recognition Toolkit (GRT) in node.js
MIT License
4 stars 3 forks source link

API Documentation? #9

Open derwaldgeist opened 6 years ago

derwaldgeist commented 6 years ago

Hi, this seems to be exactly what I'd need for a 3D gesture recognition project. But there is no documentation on the API. So I am wondering how exactly the GRT API can be used in JavaScript?

paulvarache commented 6 years ago

Hi, it is true we don't have any documentation at the moment as we are also working on the android version, https://github.com/KanoComputing/android-grt. The best we can recommend at the moment is to look at the test file /test/index.js, it has example of all the API implemented. We try to respect the original grt API, so they shouldn't change that much, but were only able to implement a subset of it so far (TimeSeriesClassificationData, HMM and KMeansQuantizer)

If you need any more APIs to be implemented and have a bit of C++ experience, we welcome you to take a look at how the bindings work in the src directory and try to implement the missing classes/method/properties.

Thanks for showing interest in the project!

derwaldgeist commented 6 years ago

Thanks for the fast reply! Unfortunately, I am a JavaScript developer only, with no C++ experience. But I will look into it. Feel free to close this issue or keep it as a reminder for the missing docs :-)

oishi89 commented 5 years ago

@derwaldgeist I'm looking for a solution for my 3D gesture recognition project too. Did you figure out anything so far? If you don't mind could you please share some experiences. Thanks

oishi89 commented 5 years ago

@paulvarache I saw this issue was be created a few months ago so just in case you have any document for now please share us Thanks