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
Input value inImage Image Input image
Input value inRoi Region | None None Range of pixels to be processed
Input value inChannelIndex int 0 - 3 0
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.