You are here: Start » AVL.NET » AVL.ImageStatistics(AvlNet.Image, AvlNet.Location, float, AvlNet.Location, float, AvlNet.Pixel, float, AvlNet.Pixel, float)
AVL.ImageStatistics(AvlNet.Image, AvlNet.Location, float, AvlNet.Location, float, AvlNet.Pixel, float, AvlNet.Pixel, float)
Computes various statistics of the image pixel values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageStatistics( AvlNet.Image inImage, out AvlNet.Location outMinimumLocation, out float outMinimumValue, out AvlNet.Location outMaximumLocation, out float outMaximumValue, out AvlNet.Pixel outAverageColor, out float outAverageValue, out AvlNet.Pixel outSumColor, out float outSumValue )
Parameters
- inImage
- Type: AvlNet.Image
Input image - outMinimumLocation
- Type: AvlNet.Location
- outMinimumValue
- Type: System.Single
- outMaximumLocation
- Type: AvlNet.Location
- outMaximumValue
- Type: System.Single
- outAverageColor
- Type: AvlNet.Pixel
- outAverageValue
- Type: System.Single
- outSumColor
- Type: AvlNet.Pixel
- outSumValue
- Type: System.Single
Remarks
See full override for more details.
