You are here: Start » FIL.NET » FIS.DetectPaths Method
FIS.DetectPaths Method
Finds paths in an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DetectPaths ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.Path inPath, float inMinScore, float inEdgeThreshold, IList<FilNet.Path> outPaths, IList<float> outScores, FilNet.Image diagGradientMagnitudeImage, FilNet.Image diagScoreImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Input region of interest. Default value: ftl::NIL. | ||
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inMinScore | float | <0.0f, INF> | 20.0f | Minimum matching score. Default value: 20.0f. |
![]() | inEdgeThreshold | float | 10.0f | Minimum accepted edge magnitude. Default value: 10.0f. | |
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> | Output paths. | ||
![]() | outScores | System.Collections.Generic.IList<float> | Output scores. | ||
![]() | diagGradientMagnitudeImage | FilNet.Image | Visualized gradients magnitude of an input image. | ||
![]() | diagScoreImage | FilNet.Image | Calculated score for each pixel of an input image. |
Function Overrides
- DetectPaths(Image, Path, Single, Single, IList<Path>, IList<Single>)
- DetectPaths(Image, NullableRef<Region>, Path, Single, Single, IList<Path>, IList<Single>)
- DetectPaths(Image, Path, Single, Single, IList<Path>, IList<Single>, Image, Image)