You are here: Start » AVL.NET » Function Reference » Image » Image Conversions » AVL.AppendImageChannel
Appends a single valued channel to the input image.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.dll |
Syntax
C++
C#
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. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input image cannot have 4 channels in AppendImageChannel. |