#include <colourspaces.h>
Public Member Functions | |
bayer_gbrg16be (unsigned short v) | |
bayer_gbrg16be () | |
operator unsigned short () const | |
Public Attributes | |
unsigned short | val |
16bit big endian Bayer datatype representing the colour filter pattern GBRG
Definition at line 124 of file colourspaces.h.
CVD::bayer_gbrg16be::bayer_gbrg16be | ( | ) | [inline] |
Definition at line 128 of file colourspaces.h.
CVD::bayer_gbrg16be::bayer_gbrg16be | ( | unsigned short | v | ) | [inline] |
Definition at line 129 of file colourspaces.h.
CVD::bayer_gbrg16be::operator unsigned short | ( | ) | const [inline] |
Definition at line 127 of file colourspaces.h.
unsigned short CVD::bayer_gbrg16be::val |
Definition at line 126 of file colourspaces.h.