CIS 9601 Spring 2011

Homework 2: Stick Figure Recognition


Develop a program that automatically overlays the basic skeleton of a stick figure to all of the figures in the following picture:

The result should look similar to this:

 

These are handdrawn images, noisy, with clutter, thick lines: your task demands for morphology!

Make heavy use of bwmorph and other functions already given in MATLAB (connected components etc.).

Your system does not have to be rotationally invariant, i.e. you can assume the feet are down, and the head is up.

 

Good luck and enjoy!