SwisTrack/Components/ConvertBayerToColor

Description

edit

This component transforms an Bayer pattern image into a BGR image. More information on the Bayer pattern can be found on here.

Input

edit

 

A gray image containing a Bayer pattern.

Output

edit

 

A color image

Parameters

edit

Bayer pattern type

edit

Type of Bayer pattern: BG, GB, RG or GR. For more information, refer to the OpenCV documentation.