You are here: Start » AVL.NET » AVL.ImageMinimum(AvlNet.Image, AvlNet.Region, AvlNet.Location, float)
AVL.ImageMinimum(AvlNet.Image, AvlNet.Region, AvlNet.Location, float)
Finds the location and the value of the darkest pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageMinimum( AvlNet.Image inImage, AvlNet.Region inRoi, out AvlNet.Location outMinimumLocation, out float outMinimumValue )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - outMinimumLocation
- Type: AvlNet.Location
- outMinimumValue
- Type: System.Single
Examples
ImageMinimum used to detect the darkest point.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty region on input in ImageMinimum. |
