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

AVL.DetectPaths(AvlNet.Image, AvlNet.Path, float, float, AvlNet.Path[], float[], AvlNet.Image, AvlNet.Image)

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,
	out AvlNet.Image diagGradientMagnitudeImage,
	out AvlNet.Image diagScoreImage
)

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
diagGradientMagnitudeImage
Type: AvlNet.Image
Visualized gradients magnitude of an input image
diagScoreImage
Type: AvlNet.Image
Calculated score for each pixel of an input image

See also