You are here: Start » AVL.NET » AVL.FinderPatternOutline_Contours(AvlNet.Region, float, float, AvlNet.Path, AvlNet.Point2D[], AvlNet.Path, AvlNet.Point2D[][])

AVL.FinderPatternOutline_Contours(AvlNet.Region, float, float, AvlNet.Path, AvlNet.Point2D[], AvlNet.Path, AvlNet.Point2D[][])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FinderPatternOutline_Contours(
	AvlNet.Region inRegion,
	float inMaxSlant,
	float inFittedLineOrientationTolerance,
	out AvlNet.Path outOutline,
	out AvlNet.Point2D[] outCornerPoints,
	out AvlNet.Path outFittedOutline,
	out AvlNet.Point2D[][] diagEdgePoints
)

Parameters

inRegion
Type: AvlNet.Region
inMaxSlant
Type: System.Single
inFittedLineOrientationTolerance
Type: System.Single
outOutline
Type: AvlNet.Path
outCornerPoints
Type: AvlNet.Point2D
outFittedOutline
Type: AvlNet.Path
diagEdgePoints
Type: AvlNet.Point2D

See also