Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CMVision::image_yuv< element > Class Template Reference
Detailed Descriptiontemplate<class element>
|
Public Attributes | |
element * | buf_y |
element * | buf_u |
element * | buf_v |
int | width |
int | height |
int | row_stride |
int | col_stride |
element * CMVision::image_yuv< element >::buf_u |
Definition at line 38 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
element * CMVision::image_yuv< element >::buf_v |
Definition at line 38 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
element* CMVision::image_yuv< element >::buf_y |
Definition at line 38 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
int CMVision::image_yuv< element >::col_stride |
Definition at line 41 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
int CMVision::image_yuv< element >::height |
Definition at line 39 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
int CMVision::image_yuv< element >::row_stride |
Definition at line 40 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
int CMVision::image_yuv< element >::width |
Definition at line 39 of file cmv_types.h.
Referenced by SegmentedColorGenerator::calcImage().
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:20 2016 by Doxygen 1.6.3 |