Skip to content

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

Notifications You must be signed in to change notification settings

shourya1997/Extreme-Contours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published