I wants to virtually add foot ball and detect and tracking the foot so that we can simulate the kick to the ball.
Can any one please suggest the way achieve it in iOS?
I wants to virtually add foot ball and detect and tracking the foot so that we can simulate the kick to the ball.
Can any one please suggest the way achieve it in iOS?
I think you'll have to have your own CoreML model that identify where a foot is in an image, and pass it the frames captured by the camera and identify where there is a foot. ARKit doesn't do that and there's no foot recognition built in iOS 11