Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

CMVision::image_yuv< element > Class Template Reference

#include <cmv_types.h>


Detailed Description

template<class element>
class CMVision::image_yuv< element >

Definition at line 36 of file cmv_types.h.

List of all members.

Public Attributes

element * buf_y
element * buf_u
element * buf_v
int width
int height
int row_stride
int col_stride

Member Data Documentation

template<class element>
element * CMVision::image_yuv< element >::buf_u

Definition at line 38 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

template<class element>
element * CMVision::image_yuv< element >::buf_v

Definition at line 38 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

template<class element>
element* CMVision::image_yuv< element >::buf_y

Definition at line 38 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

template<class element>
int CMVision::image_yuv< element >::col_stride

Definition at line 41 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

template<class element>
int CMVision::image_yuv< element >::height

Definition at line 39 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

template<class element>
int CMVision::image_yuv< element >::row_stride

Definition at line 40 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

template<class element>
int CMVision::image_yuv< element >::width

Definition at line 39 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:20 2016 by Doxygen 1.6.3