Skip to main content

Class PathNormalExtractor

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

Inheritance: System.Object -> PathNormalExtractor

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

PathNormalExtractor

public PathNormalExtractor(IPathSegmentMeasurer pathSegmentMeasurer)

Methods

GetNormals

public 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?