- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I wrote a program in java concerning hand gestures. I had the idea to make a methode for swiping right and left instead the one from the intel library for better performance.
the tracking of hand joint is working through this code:
hand.QueryTrackedJoint(PXCMHandData.JointType.JOINT_CENTER, jointData);
and the current location of hand joint is shown through PXCMPointF32 image from image.x
my idea is to track the speed of one hand joint ( palm joint)(EnableJointSpeed) and the X coordinates (PXCMPointF32 image.x) to decide if its swipe right or left.
My question is how to write this condition for (if) as a code please?
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page