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