libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
crn::pixel::YUV Struct Reference

#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
 
YUVoperator+= (const YUV &other)
 
YUVoperator-= (const YUV &other)
 

Public Attributes

double y = 0.0
 
double u = 0.0
 
double v = 0.0
 

Detailed Description

Definition at line 527 of file CRNPixel.h.


The documentation for this struct was generated from the following files: