ML-Purdue / Document-Reconstruction

Purdue University SIGART document reconstruction project.
1 stars 0 forks source link

Walk the perimeter of a blob #15

Closed chrismwendt closed 10 years ago

chrismwendt commented 10 years ago

Given a blob, return the list of points on its perimeter. Be sure to follow paths which go diagonally in addition to paths along the x and y axes.

chrismwendt commented 10 years ago

Completed in commit f454747317e13a0c3441132e58344791954e086c.