You are here: Start » AVL.NET » AVL.CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool, float, AvlNet.Region, AvlNet.ShapeRegion)

AVL.CheckPresence_EdgeAmount(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, int, float, float, bool, float, AvlNet.Region, AvlNet.ShapeRegion)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CheckPresence_EdgeAmount(
	AvlNet.Image inImage,
	AvlNet.ShapeRegion inRoi,
	AvlNet.GradientMaskOperator inEdgeOperator,
	AvlNet.MagnitudeMeasure inEdgeMeasure,
	int inEdgeScale,
	int inMinStrength,
	float inMinAmount,
	float inMaxAmount,
	out bool outIsPresent,
	out float outAmount,
	out AvlNet.Region outForeground,
	out AvlNet.ShapeRegion outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.ShapeRegion
inEdgeOperator
Type: AvlNet.GradientMaskOperator
inEdgeMeasure
Type: AvlNet.MagnitudeMeasure
inEdgeScale
Type: System.Int32
inMinStrength
Type: System.Int32
inMinAmount
Type: System.Single
inMaxAmount
Type: System.Single
outIsPresent
Type: System.Boolean
outAmount
Type: System.Single
outForeground
Type: AvlNet.Region
outAlignedRoi
Type: AvlNet.ShapeRegion

See also