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

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

Finds image locations characterized by locally maximal pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageLocalMaxima(
	AvlNet.Image inImage,
	bool inConsiderPlateaus,
	out AvlNet.Region[] outMaximaRegions,
	out AvlNet.Point2D[] outMaximaPoints,
	out float[] outMaximaValues
)

Parameters

inImage
Type: AvlNet.Image
Input image
inConsiderPlateaus
Type: System.Boolean
Consider multi-pixel maxima (plateaus) or not
outMaximaRegions
Type: AvlNet.Region
outMaximaPoints
Type: AvlNet.Point2D
outMaximaValues
Type: System.Single

Remarks

See full override for more details.

See also