#include <colourspaces.h>
Public Member Functions | |
bayer_bggr16be (unsigned short v) | |
bayer_bggr16be () | |
operator unsigned short () const | |
Public Attributes | |
unsigned short | val |
16 bit big endian Bayer datatype representing the colour filter pattern BGGR
Definition at line 114 of file colourspaces.h.
CVD::bayer_bggr16be::bayer_bggr16be | ( | ) | [inline] |
Definition at line 118 of file colourspaces.h.
CVD::bayer_bggr16be::bayer_bggr16be | ( | unsigned short | v | ) | [inline] |
Definition at line 119 of file colourspaces.h.
CVD::bayer_bggr16be::operator unsigned short | ( | ) | const [inline] |
Definition at line 117 of file colourspaces.h.
unsigned short CVD::bayer_bggr16be::val |
Definition at line 116 of file colourspaces.h.