Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

CMVision::image_yuv< element > Class Template Reference

#include <cmv_types.h>

List of all members.


Detailed Description

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

Definition at line 43 of file cmv_types.h.

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 45 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 45 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 45 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 48 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 46 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 47 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 46 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().


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

Tekkotsu v2.4.1
Generated Tue Aug 16 16:35:13 2005 by Doxygen 1.4.4