/SimpleTracer

Traces black on white bitmap images into polygons

Primary LanguageJava

Simple Tracer

A tool that traces a polygon shape, converting from bitmap images to line segments. This can be useful for optimizing algorithms that need to check whether two shapes intersect - evaluating the traced polygon should be much more efficient than looping through all the pixels.