#include <colourspaces.h>
Public Member Functions | |
bayer_rggb16be (unsigned char v) | |
bayer_rggb16be () | |
operator unsigned short () const | |
Public Attributes | |
unsigned short | val |
16bit big endian Bayer datatype representing the colour filter pattern RGGB
Definition at line 144 of file colourspaces.h.
CVD::bayer_rggb16be::bayer_rggb16be | ( | ) | [inline] |
Definition at line 148 of file colourspaces.h.
CVD::bayer_rggb16be::bayer_rggb16be | ( | unsigned char | v | ) | [inline] |
Definition at line 149 of file colourspaces.h.
CVD::bayer_rggb16be::operator unsigned short | ( | ) | const [inline] |
Definition at line 147 of file colourspaces.h.
unsigned short CVD::bayer_rggb16be::val |
Definition at line 146 of file colourspaces.h.