You are here: Start » AVL.NET » AVL.ImageLocalMaxima(AvlNet.Image, bool, float, AvlNet.Region[], AvlNet.Point2D[], float[])
AVL.ImageLocalMaxima(AvlNet.Image, bool, float, AvlNet.Region[], AvlNet.Point2D[], float[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageLocalMaxima( AvlNet.Image inImage, bool inConsiderPlateaus, float inMinDistance, out AvlNet.Region[] outMaximaRegions, out AvlNet.Point2D[] outMaximaPoints, out float[] outMaximaValues )
Parameters
- inImage
- Type: AvlNet.Image
- inConsiderPlateaus
- Type: System.Boolean
- inMinDistance
- Type: System.Single
- outMaximaRegions
- Type: AvlNet.Region
- outMaximaPoints
- Type: AvlNet.Point2D
- outMaximaValues
- Type: System.Single
