SplitBayerImage


Creates several monochromatic images from individual pixels of the input Bayer pattern image.

Syntax

C++
C#
Python
 
def SplitBayerImage(
	inBayerImage: Image,
	outImage1: Image,
	outImage2: Image,
	outImage3: Image,
	outImage4: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inBayerImage Image
Output value outImage1 Image First output image
Output value outImage2 Image Second output image
Output value outImage3 Image Third output image
Output value outImage4 Image Fourth output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.