You are here: Start » AVL.NET » AVL.MedianImages_OfArray(AvlNet.Image[], AvlNet.Region, AvlNet.Image)
AVL.MedianImages_OfArray(AvlNet.Image[], AvlNet.Region, AvlNet.Image)
Compute median value for each pixel of images from an array.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MedianImages_OfArray( AvlNet.Image[] inImages, AvlNet.Region inRoi, out AvlNet.Image outImage )
Parameters
- inImages
- Type: AvlNet.Image
- inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - outImage
- Type: AvlNet.Image
Output image
Errors
| Error type | Description |
|---|---|
| DomainError | Empty array of images in MedianImages_OfArray. |
| DomainError | Image dimensions are not equal in MedianImages_OfArray. |
| DomainError | Image formats are not the same in MedianImages_OfArray. |
| DomainError | Not supported image type in MedianImages_OfArray. |
