RemoveChannel


Creates an image by removing a single channel from the input image.

Syntax

C++
Python
 
def RemoveChannel(
	inImage: Image,
	outImage: Image,
	/,
	*,
	inChannelIndex: int = 0
)
-> None

Parameters

Name Type Range Default Description
Input value inImage Image Input image
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.