I want to fit ellipse to all the fingertips on this hand using the detected points.
How should I draw ellipse only at those specific places.
Should I store these points in array and draw an ellipse for closest ones? Or is there any optimal solution to this.