#include <colourspaces.h>
Public Member Functions | |
bayer_grbg (unsigned char v) | |
bayer_grbg () | |
operator unsigned char () const | |
Public Attributes | |
unsigned char | val |
Bayer datatype representing the colour filter pattern GRBG
Definition at line 54 of file colourspaces.h.
CVD::bayer_grbg::bayer_grbg | ( | ) | [inline] |
Definition at line 58 of file colourspaces.h.
CVD::bayer_grbg::bayer_grbg | ( | unsigned char | v | ) | [inline] |
Definition at line 59 of file colourspaces.h.
CVD::bayer_grbg::operator unsigned char | ( | ) | const [inline] |
Definition at line 57 of file colourspaces.h.
unsigned char CVD::bayer_grbg::val |
Definition at line 56 of file colourspaces.h.