#include <colourspaces.h>
Public Member Functions | |
bayer_gbrg (unsigned char v) | |
bayer_gbrg () | |
operator unsigned char () const | |
Public Attributes | |
unsigned char | val |
Bayer datatype representing the colour filter pattern GBRG
Definition at line 44 of file colourspaces.h.
CVD::bayer_gbrg::bayer_gbrg | ( | ) | [inline] |
Definition at line 48 of file colourspaces.h.
CVD::bayer_gbrg::bayer_gbrg | ( | unsigned char | v | ) | [inline] |
Definition at line 49 of file colourspaces.h.
CVD::bayer_gbrg::operator unsigned char | ( | ) | const [inline] |
Definition at line 47 of file colourspaces.h.
unsigned char CVD::bayer_gbrg::val |
Definition at line 46 of file colourspaces.h.