Skip to main content

Interface IPathNormalExtractor

Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IPathNormalExtractor

Methods

GetNormals

IEnumerable<LocatedVectorF> GetNormals(IEnumerable<Segment> path, float step)
Parameters
TypeNameDescription
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment>path
System.Singlestep
Returns

System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF>

Was this page helpful?