classPiiCamera::RgbPixel
#include <PiiBayerConverter.h>
Rgb color pixel type functor for Bayer decoding.
Description
Uses PiiColor<T> as output type. Use this structure as a model for new pixel types.
Public types
|
typedef PiiColor< T >
|
The output type. |
Public member functions
|
(
How are the interpolated color channel values converted to the output type? This operator must be present in all pixel types. |
Function details
-
How are the interpolated color channel values converted to the output type? This operator must be present in all pixel types.
This function returns PiiColor<T>(r,g,b).
Add a note
Not a single note added yet. Be the first, add yours.