OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

HandPoseEstimationExample in 3D, or distance to palm

Open thePostFuturist opened this issue 2 years ago • 1 comments

In the example class, I only see 2D coordinates for landmarks. Is it possible to obtain depth, or at least unit distance to palm?

thePostFuturist avatar Mar 04 '23 20:03 thePostFuturist

I have just barely ported the opencv model zoo example, so I am not that familiar with hand pose estimation. Here is the original code. https://github.com/opencv/opencv_zoo/tree/master/models/handpose_estimation_mediapipe

It may be possible to roughly estimate the distance to the palm based on average human hand size and camera parameters, but I have not tried.

EnoxSoftware avatar Mar 06 '23 19:03 EnoxSoftware