You are here: Start » FIL.NET » FIL.ProfileEdges
Finds the locations at which the profile values raise or fall quickly.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProfileEdges ( FilNet.Profile inProfile, bool inCyclic, FilNet.EdgeScanParams inEdgeScanParams, float inMinDistance, IList<FilNet.ProfileEdge> outEdges, NullableRef<List<float>> outDistances )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inCyclic | bool | |||
![]() | inEdgeScanParams | FilNet.EdgeScanParams | EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ) | Parameters controlling the edge extraction process. Default value: EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | outEdges | System.Collections.Generic.IList<FilNet.ProfileEdge> | Found edges. | ||
![]() | outDistances | FilNet.NullableRef<System.Collections.Generic.List<float>> | Output distances between consecutive edges. Can be null to skip this parameter calculation. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Range exceeds the input profile in ProfileEdges. |
Function Overrides
- ProfileEdges(Profile, Boolean, EdgeScanParams, Single, IList<ProfileEdge>)
- ProfileEdges(Profile, Boolean, EdgeScanParams, Single, IList<ProfileEdge>, Profile)
- ProfileEdges(Profile, Boolean, EdgeScanParams, Single, IList<ProfileEdge>, NullableRef<List<Single>>, Profile)
- ProfileEdges(Profile, Nullable<Range>, Boolean, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<ProfileEdge>)
- ProfileEdges(Profile, Nullable<Range>, Boolean, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<ProfileEdge>, Profile)
- ProfileEdges(Profile, Nullable<Range>, Boolean, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<ProfileEdge>, NullableRef<List<Single>>)
- ProfileEdges(Profile, Nullable<Range>, Boolean, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<ProfileEdge>, NullableRef<List<Single>>, Profile)