/Extreme-Contours

We will segment the skin/hand from the image and then find the extreme points along the convex hull.

Primary LanguageJupyter Notebook

Extreme Contours


Objective

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.


Setup

This project has the following dependencies:

  • Python 3.5 or more
  • IPython Notebook
  • Imutils
  • OpenCV

Find the extreme Contours

$ python finding-extreme-contours.py 

Run Jupyter Notebook

$ jupyter notebook finding-extreme-contours.ipynb