libcrn
3.9.5
A document image processing library
|
#include <CRNPixel.h>
Public Member Functions | |
constexpr | YUV () |
constexpr | YUV (double y_, double u_=0.0, double v_=0.0) |
YUV (const RGB< uint8_t > &p) | |
constexpr bool | operator== (const YUV &other) const noexcept |
constexpr bool | operator!= (const YUV &other) const noexcept |
YUV & | operator+= (const YUV &other) |
YUV & | operator-= (const YUV &other) |
Public Attributes | |
double | y = 0.0 |
double | u = 0.0 |
double | v = 0.0 |
Definition at line 527 of file CRNPixel.h.