Argus API
Argus Camera API
|
BayerTuple template class. More...
#include <Types.h>
Public Member Functions | |
BayerTuple () | |
BayerTuple (T r, T gEven, T gOdd, T b) | |
T & | r () |
const T & | r () const |
T & | gEven () |
const T & | gEven () const |
T & | gOdd () |
const T & | gOdd () const |
T & | b () |
const T & | b () const |
![]() | |
bool | operator== (const Tuple< N, T > &other) const |
T & | operator[] (unsigned int i) |
const T & | operator[] (unsigned int i) const |
Additional Inherited Members | |
![]() | |
T | data [N] |
BayerTuple template class.
This is a Tuple specialization containing 4 elements corresponding to the Bayer color channels: R, G_EVEN, G_ODD, and B. Values can be accessed using the named methods or subscript indexing using the Argus::BayerChannel enum.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |