junayed / pixel2SVG

Pixel Image to SVG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a toolkit that can convert pixel image to SVG file. To learn more about this method, click here http://www.li-zheng.net:8000/algorithms/pixel2svg.html.

Relevant Knowledge

  • linear interpolation
  • Bilinear interpolation
  • Cubic Spline Interpolation
  • Convolution
  • Color map theorem

Requirements

numpy==1.19.2
scipy==1.5.2
matplotlib==3.3.2
scikit-image==0.17.2
scikit-learn==0.23.2

Demo

The process of converting a pixel image to SVG file

About

Pixel Image to SVG

License:Apache License 2.0


Languages

Language:Python 100.0%