Interface INormalPresenter
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface INormalPresenter
Methods
GetNormalsToMeasure(IEnumerable<MappedNormal>)
Declaration
IEnumerable<LocatedVectorF> GetNormalsToMeasure(IEnumerable<MappedNormal> mappedNormals)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<MappedNormal> | mappedNormals |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<LocatedVectorF> |