Class RasterNormalSource
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class RasterNormalSource : INormalSource
Inheritance: System.Object -> RasterNormalSource
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
RasterNormalSource
public RasterNormalSource(INormalPresenter normalPresenter, ImageColorGradient colorGradient)
Methods
GetNormals
public IEnumerable<LocatedVectorF> GetNormals()
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF>