Commit ef0438d0 authored by Jürgen Weigert's avatar Jürgen Weigert

Update README.md

parent 73443c0a
...@@ -18,14 +18,16 @@ Works great with testdata, to be integrated into inkscape. ...@@ -18,14 +18,16 @@ Works great with testdata, to be integrated into inkscape.
Algorithm: Algorithm:
The input image is converted to a graymap and histogram normalized with PIL.ImageOps.equalize. The input image is converted to a graymap and histogram normalized with PIL.ImageOps.autocontrast.
Optional preprocessing: equal illumination, median denoise filter.
Autotrace needs a bi-level bitmap. In order to find the Autotrace needs a bi-level bitmap. In order to find the
best threshold value, we run autotrace at multiple thresholds best threshold value, we can run autotrace at multiple thresholds
and evaluate the results. and evaluate the result candidates.
We count the number of line segments produced and We count the number of line segments produced and
measure the total path length drawn. measure the total path length drawn.
The svg that has the longest path but the least number of The svg that has the longest path but the least number of
segments is returned. segments is returned.
<a href="https://raw.githubusercontent.com/fablabnbg/inkscape-centerline-trace/master/testdata/3-images.svg"><img src="https://raw.githubusercontent.com/fablabnbg/inkscape-centerline-trace/master/centerline-trace-3-images-done.png" /></a>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment