You are here: Start » AVL.NET » AVL.AverageChannels(AvlNet.Image, AvlNet.Image)
AVL.AverageChannels(AvlNet.Image, AvlNet.Image)
Creates a monochromatic image by averaging the input image channels.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AverageChannels( AvlNet.Image inImage, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - outImage
- Type: AvlNet.Image
Output image
