#include <colourspaces.h>
Public Member Functions | |
bayer_bggr (unsigned char v) | |
bayer_bggr () | |
operator unsigned char () const | |
Public Attributes | |
unsigned char | val |
Bayer datatype representing the colour filter pattern BGGR
Definition at line 34 of file colourspaces.h.
CVD::bayer_bggr::bayer_bggr | ( | ) | [inline] |
Definition at line 38 of file colourspaces.h.
CVD::bayer_bggr::bayer_bggr | ( | unsigned char | v | ) | [inline] |
Definition at line 39 of file colourspaces.h.
CVD::bayer_bggr::operator unsigned char | ( | ) | const [inline] |
Definition at line 37 of file colourspaces.h.
unsigned char CVD::bayer_bggr::val |
Definition at line 36 of file colourspaces.h.