OpenCVForUnity
OpenCVForUnity copied to clipboard
How to
HandPoseEstimationExample is a good example to detect and track hand pose. However it's not exact sometimes as it works via color, not thru some "hand pose" train model.
https://github.com/yukihiko/ThreeDPoseUnitySample is a good example to detect and track full body by train model.
What i find is to detect and track hand pose by the way as ThreeDPoseUnitySample does,i.e. thru train model. Any clues to make this via OpenCVForUnity?