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

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

Finds image locations characterized by locally minimal pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
Input image
inConsiderLowlands
Type: System.Boolean
Consider multi-pixel minima (lowlands) or not
outMinimaRegions
Type: AvlNet.Region
outMinimaPoints
Type: AvlNet.Point2D
outMinimaValues
Type: System.Single

Remarks

See full override for more details.

See also