SwisTrack/Components/ConvertBayerToColor
< SwisTrack | Components
Description
This component transforms an Bayer pattern image into a BGR image. More information on the Bayer pattern can be found on here.
Input
A gray image containing a Bayer pattern.
Output
A color image
Parameters
Bayer pattern type
Type of Bayer pattern: BG, GB, RG or GR. For more information, refer to the OpenCV documentation.