Tekkotsu 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 42 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_y

Definition at line 44 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 44 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 44 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 45 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 45 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 46 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().

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

Definition at line 47 of file cmv_types.h.

Referenced by SegmentedColorGenerator::calcImage().


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

Tekkotsu v4.0
Generated Thu Nov 22 00:58:50 2007 by Doxygen 1.5.4