Vectorization

Conversion of raster graphics into vector graphics is known as Vectorization  or Image tracing.
Classic example is when satellite captures images, they cectorize it to create maps.

There are many algorithms for Vectorization. There is no single defined clear cut algorithm for this.
Some of them are
1) Sobel
2) Canny Edge
3) Roberts Cross
4) Sparse Pixel
5) MaxDistanceVectorizer
6) LineVectorizer
7) DirectionBasedVectorizer

Comments

Popular posts from this blog

Mini Project for Image Processing Beginners

Program to convert image byte array to PDF

Program to convert base64 to Image and vice versa