#include <colourspaces.h>
Public Member Functions | |
bayer_gbrg16 (unsigned short v) | |
bayer_gbrg16 () | |
operator unsigned short () const | |
Public Attributes | |
unsigned short | val |
16bit Bayer datatype representing the colour filter pattern GBRG
Definition at line 84 of file colourspaces.h.
CVD::bayer_gbrg16::bayer_gbrg16 | ( | ) | [inline] |
Definition at line 88 of file colourspaces.h.
CVD::bayer_gbrg16::bayer_gbrg16 | ( | unsigned short | v | ) | [inline] |
Definition at line 89 of file colourspaces.h.
CVD::bayer_gbrg16::operator unsigned short | ( | ) | const [inline] |
Definition at line 87 of file colourspaces.h.
unsigned short CVD::bayer_gbrg16::val |
Definition at line 86 of file colourspaces.h.