ApolloZhu / Augma

My iPhone is just not a Hololens... or so I thought--
https://apollozhu.github.io/Augma/
GNU General Public License v3.0
2 stars 0 forks source link

Recognize Hand Gestures #1

Open ApolloZhu opened 6 years ago

ApolloZhu commented 6 years ago

OpenCV

BSD License #include <opencv2/opencv.hpp> (Objective-C++)

Documentation Tutorials Edge Detection Custom Shape

Gesture

GitHub

Articles

YouTube Videos

Interoperation

ApolloZhu commented 6 years ago

Depth

507: Capturing Depth in iPhone Photography And also maybe: 508: Image Editing with Depth

This may help differentiating the hand from other objects in the background.

ApolloZhu commented 6 years ago

ManoMotion

Low key hiding their C# SDK from general public, requires their approval, no documentation so far. I don't know what do expect from them during the CES, but they do have a list of features that we probably need to consider about (and implement):

Demonstration: https://vimeo.com/240671606

And also how to make things more accurate: https://www.manomotion.com/summary-sdk-developers. Interestingly, they inferred that we should not turn on the flash in case of insufficient lighting condition.

ApolloZhu commented 6 years ago

Leap Motion

I know this one is kinda unrelated, but I would consider their product as complete and mature (and of course It's definitely more challenging for us to implement those features without having those auxiliary sensors). Still I want to mention them so we can learn from their UI/UX design based on their examples, as well as data structures based on their documentation.