SelectChannel
Creates an image from a single channel of the input image.
Syntax
C++
Python
def SelectChannel( inImage: Image, outImage: Image, /, *, inRoi: Region | None = None, inChannelIndex: int = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | Input image | ||
![]() |
inRoi | Region | None | None | Range of pixels to be processed | |
![]() |
inChannelIndex | int | 0 - 3 | 0 | |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


