Vectorization (image tracing)

From Wikipedia, the free encyclopedia
  (Redirected from Raster to vector)
Jump to: navigation, search

In computer graphics, vectorization refers to the process of converting raster graphics into vector graphics.

Contents

Popular applications [edit]

Unlike the opposite process rasterization, vectorization is not well defined, meaning there is not a single correct method. Many different algorithms exist, and each gives different results, as vector representations are more abstract than pixels.

Vectorization algorithms [edit]

Classic edge detection methods are for example Roberts Cross, Canny edge detector and Sobel.

See also [edit]

External links [edit]