You are here: Start » AVL.NET » AVS.AppendImageChannel Method
AVS.AppendImageChannel Method
Appends a single valued channel to the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AppendImageChannel ( AvlNet.Image inImage, float inAppendedChannelValue, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inAppendedChannelValue | float | |||
![]() | outImage | AvlNet.Image | Output image. |


