We will use Convex Hull method to to find the extreme points in the image.
We will segment the skin/hand from the image and then find the extreme points along the convex hull.
This project has the following dependencies:
- Python 3.5 or more
- IPython Notebook
- Imutils
- OpenCV
$ python finding-extreme-contours.py
$ jupyter notebook finding-extreme-contours.ipynb