You are here: Start » AVL.NET » AVL.DetectPaths(AvlNet.Image, AvlNet.Region, AvlNet.Path, float, float, AvlNet.Path[], float[])
AVL.DetectPaths(AvlNet.Image, AvlNet.Region, AvlNet.Path, float, float, AvlNet.Path[], float[])
Finds paths in an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DetectPaths( AvlNet.Image inImage, AvlNet.Region inRoi, AvlNet.Path inPath, float inMinScore, float inEdgeThreshold, out AvlNet.Path[] outPaths, out float[] outScores )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Input region of interest, or null. - inPath
- Type: AvlNet.Path
Input path - inMinScore
- Type: System.Single
Minimum matching score - inEdgeThreshold
- Type: System.Single
Minimum accepted edge magnitude - outPaths
- Type: AvlNet.Path
Output paths - outScores
- Type: System.Single
Output scores
