You are here: Start » AVL.NET » AVL.ImageLocalMinima(AvlNet.Image, bool, float, AvlNet.Region[], AvlNet.Point2D[], float[])

AVL.ImageLocalMinima(AvlNet.Image, bool, float, AvlNet.Region[], AvlNet.Point2D[], float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageLocalMinima(
	AvlNet.Image inImage,
	bool inConsiderLowlands,
	float inMinDistance,
	out AvlNet.Region[] outMinimaRegions,
	out AvlNet.Point2D[] outMinimaPoints,
	out float[] outMinimaValues
)

Parameters

inImage
Type: AvlNet.Image
inConsiderLowlands
Type: System.Boolean
inMinDistance
Type: System.Single
outMinimaRegions
Type: AvlNet.Region
outMinimaPoints
Type: AvlNet.Point2D
outMinimaValues
Type: System.Single

See also