Skip to main content

Interface INormalPresenter

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

Methods

GetNormalsToMeasure

IEnumerable<LocatedVectorF> GetNormalsToMeasure(IEnumerable<MappedNormal> mappedNormals)
Parameters
TypeNameDescription
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals.MappedNormal>mappedNormals
Returns

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

Was this page helpful?