You are here: Start » AVL.NET » AVL.ImageMaximum(AvlNet.Image, AvlNet.Location, float)
AVL.ImageMaximum(AvlNet.Image, AvlNet.Location, float)
Finds the location and the value of the brightest pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageMaximum( AvlNet.Image inImage, out AvlNet.Location outMaximumLocation, out float outMaximumValue )
Parameters
- inImage
- Type: AvlNet.Image
Input image - outMaximumLocation
- Type: AvlNet.Location
- outMaximumValue
- Type: System.Single
Remarks
See full override for more details.
