Hands segmentation Pat Jangyodsuk
Motivation Alternative approach of finding hands Instead of finding bounding box, classify each pixel whether they’re hand pixel or not
Example
First step Create hands segment images for training – Dataset: American Sign language (ASL) dataset Annotated hand bounding boxes are already provided – Extract only hands pixel instead of whole bounding box
Results so far Get skin score image On annotated hands bounding box, assuming that all skin pixels are hand pixels – Fail when hands are on top of face or each other
Results so far
Use foreground / background segmentation code (based on graph cut algorithm) from OpenCV to enhance result – Still not perfect though
Segment Results