ImageTraceSmoother Class
ImageTraceSmoother class
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 class ImageTraceSmoother : IImageTraceSmoother
Constructors
Properties
| Name | Description | 
|---|
| Extent { get; set; } | Gets of sets extent of the region considered by query point. It must be in the range from 1 to 20. Any higher or lower values will be aligned with the minimum and maximum values of this range, accordingly. | 
Methods
| Name | Description | 
|---|
| virtual Smooth(IEnumerable<PointF>) | Smoothes the trace. | 
See Also