#include <colourspaces.h>
Public Member Functions | |
bayer_rggb (unsigned char v) | |
bayer_rggb () | |
operator unsigned char () const | |
Public Attributes | |
unsigned char | val |
Bayer datatype representing the colour filter pattern RGGB
Definition at line 64 of file colourspaces.h.
CVD::bayer_rggb::bayer_rggb | ( | ) | [inline] |
Definition at line 68 of file colourspaces.h.
CVD::bayer_rggb::bayer_rggb | ( | unsigned char | v | ) | [inline] |
Definition at line 69 of file colourspaces.h.
CVD::bayer_rggb::operator unsigned char | ( | ) | const [inline] |
Definition at line 67 of file colourspaces.h.
unsigned char CVD::bayer_rggb::val |
Definition at line 66 of file colourspaces.h.