rMazeiks / SimpleTracer

Traces black on white bitmap images into polygons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Traces black on white bitmap images into polygons


Languages

Language:Java 100.0%