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
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals.MappedNormal> | mappedNormals |
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF>