Overview
This project attempts to convert a given image to a CAD representation using a medial axis. The motivation behind this is using results of topological optimization to generate a CAD model.
Basic concepts
The documentation asserts the reader is familiar with the following concepts:
CAD: computer-aided design (CAD).
Medial axis: A set of points that are connected by straight lines.
Topological optimization: A process of minimizing the cost of a given model.
Voronoi diagram: A partition of a plane into regions close to each of a given set of objects.