Software Archive
Read-only legacy content
17061 Discussions

Looking for existing robust C++ filtering code for tracking XYZ hand movement?

Robert_Oschler
Beginner
508 Views

Hi all.  I'm trying not to re-invent the wheel here.  I'm pretty sure that there's existing robust C++ code for tracking the hand (as a blog, finger positions not involved yet), along the X, Y, and Z axes, especially since this has been a vital task all the way back to the previous PercSDK contest.  

Does anyone know where I can find some? 

If not, is the usual pack of simple smoothing algorithms enough to get smooth tracking and to deal with outlier readings from the camera (E.g. - averaging, exponential algorithm with outlier removal by standard deviation, etc)?  Or do you have to get into some of the high-power filtering algorithms like Kalman filtering?

Robert.

0 Kudos
1 Solution
Xusheng_L_Intel
Employee
508 Views

You can use your own algorithm or our smooth utility. You can find smooth utility @https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?pxcdatasmoothing.html

View solution in original post

0 Kudos
2 Replies
Xusheng_L_Intel
Employee
509 Views

You can use your own algorithm or our smooth utility. You can find smooth utility @https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?pxcdatasmoothing.html

0 Kudos
Robert_Oschler
Beginner
508 Views

Thanks David, that's excellent.

0 Kudos
Reply