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 | |
|---|---|---|---|---|
![]() |
inBayerImage | Image | ||
![]() |
outImage1 | Image | First output image | |
![]() |
outImage2 | Image | Second output image | |
![]() |
outImage3 | Image | Third output image | |
![]() |
outImage4 | Image | Fourth output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


