BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.25k stars 4.61k forks source link

Bitmap to Vector #2471

Closed victorstewart closed 7 years ago

victorstewart commented 7 years ago

any thoughts on adding this capability, converting bitmaps (like png) to vectors (svg)?

BradLarson commented 7 years ago

That's well outside of the capabilities of a project like this, and is a pretty complex problem to solve. This project is geared towards pixel-based manipulation of a raster image, with some capabilities for gathering more abstract information (corners, lines, other vision-related features). It can provide the building blocks for more advanced machine vision, but it has no built-in support for extracting vectors from raster images, nor is any such support planned.

Al-ImranRony commented 1 year ago

@victorstewart later on, did you find any relative support or solution about vectors ?