ColorImageYUV8.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  *  ColorImageYUV8.cpp
00003  *
00004  *  (C) 2006 AG Aktives Sehen <agas@uni-koblenz.de>
00005  *           Universitaet Koblenz-Landau
00006  *
00007  *  Information on Code Review state:
00008  *  Author: SB; DevelTest: ; Reviewer: ; Review: ; State: NOK
00009  *
00010  *  Additional information:  
00011  *  $Id: ColorImageYUV8.h 44313 2011-04-06 22:46:28Z agas $ 
00012  *******************************************************************************/
00013 
00014 #ifndef ColorImageYUV8_H
00015 #define ColorImageYUV8_H
00016 
00017 #include "../../Workers/Puma2/ColorImageRGB8.h"
00018 
00019 namespace puma2 {
00020 
00025   class ColorImageYUV8 : public ColorImageRGB8 
00026   {
00027     
00028     public:
00029   
00034       ColorImageYUV8(int x = 0, int y = 0): ColorImageRGB8(x, y) {};
00035   
00040       ColorImageYUV8(int x, int y, ColorImageYUV8 * m, int xo, int yo): ColorImageRGB8(x, y, m, xo, yo) {};
00041   
00042   };
00043 
00044 }
00045 #endif


obj_rec_gui
Author(s): AGAS/agas@uni-koblenz.de
autogenerated on Mon Oct 6 2014 02:53:43