User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Pixel Types - ByteYUVValueC
 

  PUBLIC
ByteYUVValueC::ByteYUVValueC(void)
ByteYUVValueC::ByteYUVValueC(ByteT,SByteT,SByteT)
ByteYUVValueC::ByteYUVValueC(YUVValueC &)
ByteYUVValueC::Set(const ByteT &,const SByteT &,const SByteT &)
ByteYUVValueC::Y(void) const
ByteYUVValueC::U(void) const
ByteYUVValueC::V(void) const
ByteYUVValueC::Y(void)
ByteYUVValueC::U(void)
ByteYUVValueC::V(void)
ByteYUVValueC::operator YUVValueC(void) const

   ByteYUVValueC   
 
Byte YUV value class.
 
include "Ravl/Image/ByteYUVValue.hh"
Created:24/01/2001 
User Level:Normal
Library:RavlImage
In Scope:RavlImageN

Variables:
Methods:
ByteYUVValueC()
Default constructor.
creates an undefined YUV pixel.

ByteYUVValueC(ByteT xy,SByteT xu,SByteT xv)
Construct from components.

ByteYUVValueC(YUVValueC<OCompT> & oth)
Construct from another component type.

void Set(const ByteT & ny,const SByteT & nu,const SByteT & nv)
Set the values.

const ByteT & Y() const
Returns the level of the Y component.

const SByteT & U() const
Returns the level of the U component.

const SByteT & V() const
Returns the level of the V component.

ByteT & Y()
Returns the level of the Y component.

SByteT & U()
Returns the level of the U component.

SByteT & V()
Returns the level of the V component.

operator YUVValueC<RealT>() const
Convert to real values.


Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002