You are here: Start » AVL.NET » AVL.LocateSingleObject_Edges(AvlNet.Image, AvlNet.Region, AvlNet.EdgeModel, int, int?, float, bool, bool, float, AvlNet.Object2D?, int)

AVL.LocateSingleObject_Edges(AvlNet.Image, AvlNet.Region, AvlNet.EdgeModel, int, int?, float, bool, bool, float, AvlNet.Object2D?, int)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LocateSingleObject_Edges(
	AvlNet.Image inImage,
	AvlNet.Region inSearchRegion,
	AvlNet.EdgeModel inEdgeModel,
	int inMinPyramidLevel,
	int? inMaxPyramidLevel,
	float inEdgeThreshold,
	bool inIgnoreEdgePolarity,
	bool inIgnoreBoundaryObjects,
	float inMinScore,
	out AvlNet.Object2D? outObject,
	out int outPyramidHeight
)

Parameters

inImage
Type: AvlNet.Image
inSearchRegion
Type: AvlNet.Region
inEdgeModel
Type: AvlNet.EdgeModel
inMinPyramidLevel
Type: System.Int32
inMaxPyramidLevel
Type: System.Nullable<System.Int32>
inEdgeThreshold
Type: System.Single
inIgnoreEdgePolarity
Type: System.Boolean
inIgnoreBoundaryObjects
Type: System.Boolean
inMinScore
Type: System.Single
outObject
Type: System.Nullable<AvlNet.Object2D>
outPyramidHeight
Type: System.Int32

See also