#include <colourspaces.h>
Public Member Functions | |
bayer_bggr16 (unsigned short v) | |
bayer_bggr16 () | |
operator unsigned short () const | |
Public Attributes | |
unsigned short | val |
16 bit Bayer datatype representing the colour filter pattern BGGR
Definition at line 74 of file colourspaces.h.
CVD::bayer_bggr16::bayer_bggr16 | ( | ) | [inline] |
Definition at line 78 of file colourspaces.h.
CVD::bayer_bggr16::bayer_bggr16 | ( | unsigned short | v | ) | [inline] |
Definition at line 79 of file colourspaces.h.
CVD::bayer_bggr16::operator unsigned short | ( | ) | const [inline] |
Definition at line 77 of file colourspaces.h.
unsigned short CVD::bayer_bggr16::val |
Definition at line 76 of file colourspaces.h.