I am trying to figure out of drawing circles at the BENDING points of a convex hull. Using the sample from OpenCV documentation for convex hull , I have a convex hull. But I am not really sure on how to draw the circles at the points where the finger tips are which basically are the bending points for the convex hull.
I hope someone can guide me through this.
Thanks for the help