#include <colourspaces.h>
Public Member Functions | |
bayer_grbg16be (unsigned short v) | |
bayer_grbg16be () | |
operator unsigned short () const | |
Public Attributes | |
unsigned short | val |
16bit big endian Bayer datatype representing the colour filter pattern GRBG
Definition at line 134 of file colourspaces.h.
CVD::bayer_grbg16be::bayer_grbg16be | ( | ) | [inline] |
Definition at line 138 of file colourspaces.h.
CVD::bayer_grbg16be::bayer_grbg16be | ( | unsigned short | v | ) | [inline] |
Definition at line 139 of file colourspaces.h.
CVD::bayer_grbg16be::operator unsigned short | ( | ) | const [inline] |
Definition at line 137 of file colourspaces.h.
unsigned short CVD::bayer_grbg16be::val |
Definition at line 136 of file colourspaces.h.