You are here: Start » AVL.NET » AVL.DetectPaths(AvlNet.Image, AvlNet.Path, float, float, AvlNet.Path[], float[])

AVL.DetectPaths(AvlNet.Image, 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.Path inPath,
	float inMinScore,
	float inEdgeThreshold,
	out AvlNet.Path[] outPaths,
	out float[] outScores
)

Parameters

inImage
Type: AvlNet.Image
Input image
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

See also