Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image » Image Color Spaces » SplitBayerImage

SplitBayerImage


Module: FoundationBasic

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

Name Type Description
inBayerImage Image
outImage1 Image First output image
outImage2 Image Second output image
outImage3 Image Third output image
outImage4 Image Fourth output image

Requirements

For input inBayerImage only pixel formats are supported: 1⨯uint8, 1⨯int8, 1⨯uint16, 1⨯int16, 1⨯int32, 1⨯real.

Read more about pixel formats in Image documentation.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input image must have even dimensions in SplitBayerImage.
DomainError Only one channel input image is allowed in SplitBayerImage.
DomainError Not supported inBayerImage pixel format in SplitBayerImage.

Complexity Level

This filter is available on Basic Complexity Level.