Skip to main content

Interface IColorGradientNormalMapper

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

Methods

MapNormals

IEnumerable<MappedNormal> MapNormals(IEnumerable<LocatedVectorF> normals, ImageColorGradient colorGradient)
Parameters
TypeNameDescription
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF>normals
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model.ImageColorGradientcolorGradient
Returns

System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals.MappedNormal>

Was this page helpful?