python - Vectorizing Photos: Finding an Adapted Algorithm -


as little project, i've decided want write small raster vector converter. lots , lots of resources available online, many fewer actual implementations can give me kind of starting point. haven't decided language i'm going in, python seems pretty adapted.

the first issue papers directed @ vectorizing either logos or grayscale images, neither of i'm interested in. potrace, algorithm described here, 1 of libraries. same techniques applicable photo bitmaps ?

i discouraged findings until stumbled upon vector magic. results astonishing ! however, don't provide information concerning algorithm. method produces similar quality results described here: http://eprints.gla.ac.uk/47879/1/id47879.pdf. strategy remove contours , process them, before drawing them vectors.

but there no mention of how this. can extract contours opencv, ? have trouble understanding creation of vector, or happens after contour extraction.

so, conclude, here questions: language or library recommend project ? , have tips on implementing algorithm can produce satisfactory results ?

here couple of approaches:


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -