Fawkes API  Fawkes Development Version
firevision::YUV_t_struct Struct Reference

YUV pixel. More...

#include <yuv.h>

Public Member Functions

 YUV_t_struct (unsigned char y=127, unsigned char u=127, unsigned char v=127)
 Standard constructor. More...
 

Public Attributes

unsigned char Y
 Y component. More...
 
unsigned char U
 U component. More...
 
unsigned char V
 V component. More...
 

Detailed Description

YUV pixel.

Definition at line 64 of file yuv.h.

Constructor & Destructor Documentation

◆ YUV_t_struct()

firevision::YUV_t_struct::YUV_t_struct ( unsigned char  y = 127,
unsigned char  u = 127,
unsigned char  v = 127 
)
inline

Standard constructor.

Parameters
yY component
uU component
vV component

Definition at line 75 of file yuv.h.

Member Data Documentation

◆ U

◆ V

◆ Y


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