Fawkes API
Fawkes Development Version
|
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... | |
|
inline |
unsigned char firevision::YUV_t_struct::U |
U component.
Definition at line 67 of file yuv.h.
Referenced by firevision::FieldDrawer::draw_field(), firevision::Drawer::draw_rectangle(), firevision::MirrorCalibTool::CartesianImage::get(), firevision::Drawer::set_buffer(), and firevision::ColorModel::uv_to_image().
unsigned char firevision::YUV_t_struct::V |
V component.
Definition at line 68 of file yuv.h.
Referenced by firevision::FieldDrawer::draw_field(), firevision::Drawer::draw_rectangle(), firevision::MirrorCalibTool::CartesianImage::get(), firevision::Drawer::set_buffer(), and firevision::ColorModel::uv_to_image().
unsigned char firevision::YUV_t_struct::Y |
Y component.
Definition at line 66 of file yuv.h.
Referenced by firevision::FieldDrawer::draw_field(), firevision::Drawer::draw_rectangle(), firevision::MirrorCalibTool::CartesianImage::get(), firevision::Drawer::set_buffer(), and firevision::ColorModel::uv_to_image().