Aspose.Svg.ImageVectorization Namespace

 
Classes
  ClassDescription
Public classImageTraceSimplifier
The ImageTraceSimplifier class is responsible reducing the number of points in a curve that is approximated by a series of the trace points.
Public classImageTraceSmoother
The ImageTraceSimplifier class is responsible for smoothing the number of points in a curve that is approximated by a series of the trace points. This class implement nearest-neighbor approach.
Public classImageVectorizer
This ImageVectorizer class vectorizes raster images like PNG, JPG, GIF, BMP and etc... and returns SVGDocument. Under vectorization we mean the process of reducing bitmaps to geometric shapes made up from path elements and stored as SVG.
Public classImageVectorizerConfiguration
The ImageVectorizerConfiguration class defines a configuration of image vectorization methods and options. The configuration is used to initialize an ImageVectorizer and provides the configuration options for vectorizing images.
Public classPathBuilder
The PathBuilder class is responsible for building path segments SVGPathSeg from list of the trace points.
Interfaces
  InterfaceDescription
Public interfaceIImageTraceSimplifier
The IImageTraceSimplifier interface is responsible for reduction of points in the trace.
Public interfaceIImageTraceSmoother
The IImageTraceSmoother interface is responsible for smoothing trace.
Public interfaceIPathBuilder
The IPathBuilder interface is responsible for building path segments SVGPathSeg from list of the trace points.